[PATCH] D70374: [PowerPC] combine rlwinm + rlwinm to rlwinm
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 21:09:35 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG29f6f9b2b2bf: [PowerPC] combine rlwinm+rlwinm to rlwinm combine x3 = rlwinm x3, 27, 5, 31 x3… (authored by shchenz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70374/new/
https://reviews.llvm.org/D70374
Files:
llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
llvm/test/CodeGen/PowerPC/fold-rlwinm-1.ll
llvm/test/CodeGen/PowerPC/fold-rlwinm.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70374.230587.patch
Type: text/x-patch
Size: 9003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191122/fede92af/attachment.bin>
More information about the llvm-commits
mailing list