[PATCH] D60402: [PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 04:41:09 PDT 2019


nemanjai updated this revision to Diff 197748.
nemanjai marked 3 inline comments as done.
nemanjai added a comment.

Added a check for wrapping in the computation of the new shift amount and mask start bit.


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.197748.patch
Type: text/x-patch
Size: 8719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/96f48f51/attachment.bin>


More information about the llvm-commits mailing list