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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 12:54:10 PDT 2020


efriedma added a comment.

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


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