Skip to content

Commit 13788fa

Browse files
committed
Address review comments
1 parent 485f50e commit 13788fa

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

llvm/test/Transforms/LoopVectorize/X86/pr39160.ll

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
1+
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
22
; RUN: opt -passes=loop-vectorize -S < %s 2>&1 | FileCheck %s
33

44
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128-ni:1"
@@ -94,9 +94,3 @@ outer_latch: ; preds = %inner
9494
exit: ; preds = %outer_latch
9595
ret i32 0
9696
}
97-
;.
98-
; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
99-
; CHECK: [[META1]] = !{!"llvm.loop.isvectorized", i32 1}
100-
; CHECK: [[META2]] = !{!"llvm.loop.unroll.runtime.disable"}
101-
; CHECK: [[LOOP3]] = distinct !{[[LOOP3]], [[META2]], [[META1]]}
102-
;.

llvm/test/Transforms/LoopVectorize/interleaved-accesses-uniform-load.ll

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
1+
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
22
; RUN: opt -S -passes=loop-vectorize -force-vector-width=4 -force-vector-interleave=1 \
33
; RUN: -enable-interleaved-mem-accesses=true < %s | FileCheck %s
44

@@ -70,9 +70,3 @@ bb2:
7070
bb65:
7171
unreachable
7272
}
73-
;.
74-
; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
75-
; CHECK: [[META1]] = !{!"llvm.loop.isvectorized", i32 1}
76-
; CHECK: [[META2]] = !{!"llvm.loop.unroll.runtime.disable"}
77-
; CHECK: [[LOOP3]] = distinct !{[[LOOP3]], [[META2]], [[META1]]}
78-
;.

0 commit comments

Comments
 (0)