Skip to content

Commit 369f749

Browse files
committed
[SLP] Remove lifetime.start on null pointer in test (NFC)
1 parent c9d8b68 commit 369f749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/SLPVectorizer/X86/split-node-reorder-node-with-ops.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ define void @test(i32 %0, i8 %1, i64 %2, float %3) {
5858
; CHECK-NEXT: br label %[[BB54:.*]]
5959
; CHECK: [[BB54]]:
6060
; CHECK-NEXT: [[TMP54:%.*]] = call <2 x float> @llvm.fabs.v2f32(<2 x float> [[TMP17]])
61-
; CHECK-NEXT: call void @llvm.lifetime.start.p0(i64 0, ptr null)
6261
; CHECK-NEXT: [[TMP55:%.*]] = call <2 x float> @llvm.fabs.v2f32(<2 x float> [[TMP21]])
6362
; CHECK-NEXT: [[TMP56:%.*]] = insertelement <8 x float> poison, float [[TMP3]], i32 0
6463
; CHECK-NEXT: [[TMP57:%.*]] = shufflevector <8 x float> [[TMP56]], <8 x float> poison, <8 x i32> <i32 poison, i32 poison, i32 0, i32 0, i32 0, i32 0, i32 poison, i32 poison>
@@ -198,7 +197,6 @@ define void @test(i32 %0, i8 %1, i64 %2, float %3) {
198197
%95 = or i64 %94, %91
199198
%96 = or i64 %95, %37
200199
store i64 %96, ptr null, align 1
201-
call void @llvm.lifetime.start.p0(i64 0, ptr null)
202200
store i64 %42, ptr null, align 1
203201
%97 = bitcast float %3 to i32
204202
%98 = icmp ult i32 %97, 1325400064

0 commit comments

Comments
 (0)