[PATCH] D76693: [Sema][SVE] Allow ?: to select between SVE types in C

Richard Sandiford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 15:43:07 PDT 2020


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





More information about the cfe-commits mailing list