Skip to content

Commit 90f7214

Browse files
committed
[SLP] Regenerate load-merge.ll tests
Noticed this NFC change in D57779
1 parent c7b683c commit 90f7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/SLPVectorizer/X86/load-merge.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ define <4 x float> @PR16739_byref(<4 x float>* nocapture readonly dereferenceabl
5656
; CHECK-NEXT: [[GEP2:%.*]] = getelementptr inbounds <4 x float>, <4 x float>* [[X]], i64 0, i64 2
5757
; CHECK-NEXT: [[TMP1:%.*]] = bitcast float* [[GEP0]] to <2 x float>*
5858
; CHECK-NEXT: [[TMP2:%.*]] = load <2 x float>, <2 x float>* [[TMP1]], align 4
59-
; CHECK-NEXT: [[X2:%.*]] = load float, float* [[GEP2]]
59+
; CHECK-NEXT: [[X2:%.*]] = load float, float* [[GEP2]], align 4
6060
; CHECK-NEXT: [[TMP3:%.*]] = extractelement <2 x float> [[TMP2]], i32 0
6161
; CHECK-NEXT: [[I0:%.*]] = insertelement <4 x float> undef, float [[TMP3]], i32 0
6262
; CHECK-NEXT: [[TMP4:%.*]] = extractelement <2 x float> [[TMP2]], i32 1

0 commit comments

Comments
 (0)