[PATCH] D78272: [PowerPC] DAG Combine to transform shifts into multiply-high

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 21:38:23 PDT 2020


amyk updated this revision to Diff 258231.
amyk added a comment.

Updated the patch so that the combine for shifts runs not only before type legalization, but in subsequent passes, too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78272/new/

https://reviews.llvm.org/D78272

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/combine-to-mulh-shift-amount.ll
  llvm/test/CodeGen/PowerPC/mul-high.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78272.258231.patch
Type: text/x-patch
Size: 10910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/565fa765/attachment.bin>


More information about the llvm-commits mailing list