[PATCH] D81451: [ARM][Clang] Removing lowering of half-precision FP arguments and returns from Clang's CodeGen
Lucas Prates via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 15 09:13:42 PDT 2020
pratlucas added a comment.
Hi @stuij,
The changes to the backend only handle the half (f16) type itself, not vectors that have it as their base type.
>From what I've checked on the AAPCS, the rules for handling those types are a bit different and they would require their own handling in the backend's calling convention lowering.
I haven't looked into the backend's handling of those types in detail, but I believe a similar approach to the one taken for f16 would be possible for the vector types as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81451/new/
https://reviews.llvm.org/D81451
More information about the cfe-commits
mailing list