rsandifo-arm added a comment.

In D76693#1939866 <https://reviews.llvm.org/D76693#1939866>, @efriedma wrote:

> Do we want to allow stuff like `x ? (svint8_t)0 : (signed char)0`


`(svint8_t)0` is invalid as thing stand.  The intention is for the types to be 
opaque and only used via intrinsics, rather than be vector-like.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76693/new/

https://reviews.llvm.org/D76693



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to