[PATCH] D94171: [SVE][CodeGen] Fix legalisation of floating-point masked gathers
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 03:44:00 PST 2021
kmclaughlin updated this revision to Diff 315088.
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a subscriber: paulwalker-arm.
kmclaughlin added a comment.
- Added a new helper function, `isVectorUnpack`
- Added tests which load `<vscale x 4 x half>` & `<vscale x 2 x float>`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94171/new/
https://reviews.llvm.org/D94171
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-masked-gather-legalize.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94171.315088.patch
Type: text/x-patch
Size: 10955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210107/6fa0afcc/attachment.bin>
More information about the llvm-commits
mailing list