diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll index 6b6acb86874..2dafbb408aa 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/X86/canonical.ll @@ -1,4 +1,4 @@ -; RUN: opt -mtriple=x86_64-unknown-linux-gnu -loop-reduce -lsr-insns-cost=false -S < %s | FileCheck %s +; RUN: opt -mtriple=x86_64-unknown-linux-gnu -loop-reduce -S < %s | FileCheck %s ; Check LSR formula canonicalization will put loop invariant regs before ; induction variable of current loop, so exprs involving loop invariant regs ; can be promoted outside of current loop. |