[PATCH] D72676: [PowerPC] Add the missing InstrAliasing for 64-bit rotate and cntlz instructions

qshanz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 19:45:50 PST 2020


steven.zhang created this revision.
steven.zhang added reviewers: jsji, nemanjai, hfinkel, PowerPC.
Herald added subscribers: shchenz, wuzish, kbarton, hiraditya.
Herald added a project: LLVM.

We have the InstAlias rules for 32-bit rotate and cntlz but missing the 64-bit one.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72676

Files:
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/test/CodeGen/PowerPC/bperm.ll
  llvm/test/CodeGen/PowerPC/pr44183.ll
  llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72676.237836.patch
Type: text/x-patch
Size: 4312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200114/ebdbfdac/attachment.bin>


More information about the llvm-commits mailing list