[PATCH] D56682: [GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 16:29:38 PST 2019
paquette updated this revision to Diff 182636.
paquette added a comment.
Herald added a subscriber: volkan.
Updated based off some conversation with Amara offline.
- Taught BUILD_VECTOR about unpacked vectors, where it could previously screw up in the old version of the patch
- Added some more validation to selectCopy
- Generalized the subregister insert case in selectCopy
- Added a `getMinClassForRegBank` convenience function to handle the cross-bank copies in selectCopy
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56682/new/
https://reviews.llvm.org/D56682
Files:
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/Target/AArch64/AArch64InstructionSelector.cpp
lib/Target/AArch64/AArch64LegalizerInfo.cpp
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
test/CodeGen/AArch64/GlobalISel/legalize-ceil.mir
test/CodeGen/AArch64/GlobalISel/select-ceil.mir
test/CodeGen/AArch64/GlobalISel/select-unmerge.mir
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56682.182636.patch
Type: text/x-patch
Size: 42539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190119/d09d298e/attachment-0001.bin>
More information about the llvm-commits
mailing list