[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
Tue Mar 19 00:13:53 PDT 2019
wuzish updated this revision to Diff 191253.
wuzish added a comment.
Address comments and simplify the check pattern by using multiple prefixes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58950/new/
https://reviews.llvm.org/D58950
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/test/CodeGen/PowerPC/mul-const-i64.ll
llvm/test/CodeGen/PowerPC/mul-const-vector.ll
llvm/test/CodeGen/PowerPC/mul-const.ll
llvm/test/CodeGen/PowerPC/mul-neg-power-2.ll
llvm/test/CodeGen/PowerPC/mulli64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58950.191253.patch
Type: text/x-patch
Size: 26232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/f01ef39c/attachment.bin>
More information about the llvm-commits
mailing list