[PATCH] D40855: [PowerPC] LSR tunings for PowerPC
Tony Jiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 08:15:27 PST 2017
jtony added inline comments.
================
Comment at: test/Transforms/LoopStrengthReduce/PowerPC/lsr-insns-3.ll:56
+
+; Function Attrs: nounwind readnone speculatable
+declare { i64, i1 } @llvm.umul.with.overflow.i64(i64, i64) #1
----------------
We could remove this as well.
https://reviews.llvm.org/D40855
More information about the llvm-commits
mailing list