[PATCH] D63754: [PowerPC][NFC] Move current peephole optimization of RLDICR into a method

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 00:26:13 PDT 2019


lkail created this revision.
lkail added reviewers: steven.zhang, nemanjai, jsji.
Herald added subscribers: llvm-commits, kbarton, hiraditya.
Herald added a project: LLVM.

There might be more peephole optimizations on `RLDICR`, move current opt into a method.


Repository:
  rL LLVM

https://reviews.llvm.org/D63754

Files:
  llvm/lib/Target/PowerPC/PPCMIPeephole.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63754.206374.patch
Type: text/x-patch
Size: 4508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/019a8dbe/attachment.bin>


More information about the llvm-commits mailing list