[PATCH] D58950: [PowerPC] Strength reduction of multiply by a constant by shift and add/sub in place

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 20:07:21 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357233: [PowerPC] Strength reduction of multiply by a constant by shift and add/sub in… (authored by wuzish, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58950?vs=192767&id=192772#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58950

Files:
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/test/CodeGen/PowerPC/mul-const-i64.ll
  llvm/trunk/test/CodeGen/PowerPC/mul-const-vector.ll
  llvm/trunk/test/CodeGen/PowerPC/mul-const.ll
  llvm/trunk/test/CodeGen/PowerPC/mul-neg-power-2.ll
  llvm/trunk/test/CodeGen/PowerPC/mulli64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58950.192772.patch
Type: text/x-patch
Size: 27308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190329/f0e76f4f/attachment.bin>


More information about the llvm-commits mailing list