[PATCH] D75169: [ARM] Enforcing calling convention for half-precision FP arguments and returns for big-endian AArch32
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 21:18:07 PDT 2020
rjmccall added a comment.
Ugh. I'd hate to introduce yet another weird little tweak to `ABIArgInfo` that's used on exactly one target. For 16-bit composite types, we seem to coerce to a type like `[1 x i32]`; would that be okay here?
You don't have a test that checks that you get the IR you want.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75169/new/
https://reviews.llvm.org/D75169
More information about the cfe-commits
mailing list