[PATCH] D49987: [ARM] Make FP16 vectors legal

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 16:21:18 PDT 2018


efriedma added a comment.

Needs tests for hardfloat ABI, in addition to soft-float.

Does `half` also need to be legal to get passed/returned correctly?

It looks like clang already has special handling for half types in some cases; how does that interact with this patch?


https://reviews.llvm.org/D49987





More information about the llvm-commits mailing list