[PATCH] D75405: [LSR] OptimizeShadowIV: Constant can be negative
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 09:38:22 PDT 2020
samparker added inline comments.
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll:225
+; CHECK-LABEL: negative_step(
+; CHECK-NOT: sitofp
+entry:
----------------
This test should also be showing the new IV. I can see that this is currently in line with the reset of the tests here, which is a shame. Would you mind running the update script on it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75405/new/
https://reviews.llvm.org/D75405
More information about the llvm-commits
mailing list