Skip to content

Commit 269892a

Browse files
committed
Remove negative test comments
1 parent 33afffe commit 269892a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

llvm/test/Transforms/VectorCombine/X86/scalarize-cmp-inseltpoison.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ define <2 x i1> @constant_op1_i64_not_undef_lane(i64 %x) {
165165
ret <2 x i1> %r
166166
}
167167

168-
; negative test - load prevents the transform
169-
170168
define <2 x i1> @constant_op1_i64_load(ptr %p) {
171169
; SSE-LABEL: @constant_op1_i64_load(
172170
; SSE-NEXT: [[LD:%.*]] = load i64, ptr [[P:%.*]], align 8

llvm/test/Transforms/VectorCombine/X86/scalarize-cmp.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ define <2 x i1> @constant_op1_i64_not_undef_lane(i64 %x) {
165165
ret <2 x i1> %r
166166
}
167167

168-
; negative test - load prevents the transform
169-
170168
define <2 x i1> @constant_op1_i64_load(ptr %p) {
171169
; SSE-LABEL: @constant_op1_i64_load(
172170
; SSE-NEXT: [[LD:%.*]] = load i64, ptr [[P:%.*]], align 8

0 commit comments

Comments
 (0)