[PATCH] D103603: [Sema][RISCV] Allow ?: to select Typedef BuiltinType in C
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 03:15:28 PDT 2021
kito-cheng added a comment.
Testcase for AArch64/SVE:
#include <arm_sve.h>
svint8_t a();
__SVInt8_t b();
svint8_t foo(int cond){
return cond ? a(): b();
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103603/new/
https://reviews.llvm.org/D103603
More information about the cfe-commits
mailing list