[PATCH] D109379: Implementation of PPC lowering for vp_load/vp_store with no mask
Hussain Kadhem via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 10:36:03 PDT 2021
hussainjk created this revision.
Herald added subscribers: steven.zhang, shchenz, kbarton, hiraditya, nemanjai.
hussainjk requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
On PowerPC, lower vp_load and vp_store nodes with %evl but no %mask operands to lxvl and stxvl instructions. Depends on D109377 <https://reviews.llvm.org/D109377>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109379
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCInstrVSX.td
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/test/CodeGen/PowerPC/ldst-with-length-vector.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109379.371121.patch
Type: text/x-patch
Size: 6680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/c7168bf7/attachment.bin>
More information about the llvm-commits
mailing list