[PATCH] D103603: [Sema][RISCV] Allow ?: to select Typedef BuiltinType in C
Fraser Cormack via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 03:37:12 PDT 2021
frasercrmck added a comment.
In D103603#2795899 <https://reviews.llvm.org/D103603#2795899>, @kito-cheng wrote:
> Testcase for AArch64/SVE:
>
> #include <arm_sve.h>
>
> svint8_t a();
> __SVInt8_t b();
>
> svint8_t foo(int cond){
> return cond ? a(): b();
> }
Could that AArch64 test also be part of this patch?
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