We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd0cb1 commit c76968dCopy full SHA for c76968d
llvm/test/Transforms/LoopVectorize/X86/already-vectorized.ll
@@ -1,3 +1,4 @@
1
+; RUN: opt < %s -disable-loop-unrolling -debug-only=loop-vectorize -passes='default<O3>' -S 2>&1 | FileCheck %s
2
; RUN: opt < %s -disable-loop-unrolling -debug-only=loop-vectorize -O3 -S 2>&1 | FileCheck %s
3
; REQUIRES: asserts
4
; We want to make sure that we don't even try to vectorize loops again
@@ -32,7 +33,7 @@ for.body: ; preds = %for.body, %entry
32
33
; CHECK: vector.body:
34
; CHECK: br {{.*}} label %vector.body, !llvm.loop [[vect:![0-9]+]]
35
; CHECK: for.body:
-; CHECK: br {{.*}} label %for.body, !llvm.loop [[scalar:![0-9]+]]
36
+; CHECK: br {{.*}} label %for.body{{.*}}, !llvm.loop [[scalar:![0-9]+]]
37
38
for.end: ; preds = %for.body
39
ret i32 %add
0 commit comments