[PATCH] D40855: [PowerPC] LSR tunings for PowerPC
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 14:40:05 PST 2018
echristo added a comment.
One inline grammar-o.
That said, I'm seeing some failures internally here after this - I'm trying to get a testcase for you though. Almost assuredly a latent bug.
================
Comment at: llvm/trunk/test/Transforms/LoopStrengthReduce/PowerPC/lsr-insns-3.ll:3
+
+; LLC checks that LSR prefers less instructions to less induction variables
+; Without the PPC specific LSR cost model, extra addition instructions
----------------
less -> fewer :)
Repository:
rL LLVM
https://reviews.llvm.org/D40855
More information about the llvm-commits
mailing list