[PATCH] D60402: [PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 07:28:47 PDT 2019
nemanjai updated this revision to Diff 194142.
nemanjai added a comment.
Cleaned up the comments and the `MB` parameter for `RLDIC` does not need to include the shift that was originally on the `RLDICL`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60402/new/
https://reviews.llvm.org/D60402
Files:
lib/Target/PowerPC/PPCMIPeephole.cpp
test/CodeGen/PowerPC/collapse-rotates.mir
test/CodeGen/PowerPC/jump-tables-collapse-rotate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60402.194142.patch
Type: text/x-patch
Size: 8661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/2c8847fb/attachment.bin>
More information about the llvm-commits
mailing list