[PATCH] D105872: [PowerPC] prepare more loop load/store instrucitons
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 23:09:52 PDT 2021
shchenz created this revision.
shchenz added reviewers: jsji, nemanjai, hfinkel, PowerPC.
Herald added subscribers: kbarton, hiraditya.
shchenz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch extends `PPCLoopInstrFormPrep` pass to prepare more ds/dq form load/store instruction for a loop.
To be specific, now `PPCLoopInstrFormPrep` pass now can prepare for load/store instructions whose addresses are with non-constant diffs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105872
Files:
llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
llvm/test/CodeGen/PowerPC/loop-instr-prep-non-const-increasement.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105872.358163.patch
Type: text/x-patch
Size: 9777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210713/565541bf/attachment.bin>
More information about the llvm-commits
mailing list