1 ; RUN: llc < %s -mtriple=x86_64-apple-osx10.14 -mattr=+avx2 | FileCheck %s
3 ; Check that we don't crash due creating invalid extract_subvector indices in store merging.
6 define void @testfn(ptr nocapture %p) {
7 %v0 = getelementptr i32, ptr %p, i64 12
8 %1 = getelementptr <2 x i64>, ptr %v0, i64 -3
9 store <2 x i64> undef, ptr %1, align 16
10 %2 = shufflevector <4 x i64> zeroinitializer, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
11 %3 = getelementptr <2 x i64>, ptr %v0, i64 -2
12 store <2 x i64> %2, ptr %3, align 16
13 %4 = shufflevector <8 x i32> zeroinitializer, <8 x i32> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
14 %5 = getelementptr <4 x i32>, ptr %v0, i64 -1
15 store <4 x i32> %4, ptr %5, align 16
19 %struct.o.1.5.7.9.13.15.17.19.57 = type { [0 x %struct.d.0.4.6.8.12.14.16.18.56] }
20 %struct.d.0.4.6.8.12.14.16.18.56 = type { float, float }
22 ; CHECK-LABEL: testfn_scalar
24 define void @testfn_scalar(ptr nocapture %j) local_unnamed_addr #0 align 2 {
26 %0 = bitcast i64 undef to <2 x float>
27 br i1 undef, label %if.end, label %if.then
29 if.then: ; preds = %entry
32 if.end: ; preds = %entry
33 %call.i.i17 = tail call <4 x float> @_Z1bv()
34 %1 = bitcast <4 x float> %call.i.i17 to <2 x i64>
35 %extract.i.i15 = extractelement <2 x i64> %1, i64 0
36 %arrayidx6 = getelementptr inbounds %struct.o.1.5.7.9.13.15.17.19.57, ptr %j, i64 0, i32 0, i64 1
37 store i64 %extract.i.i15, ptr %arrayidx6, align 4
38 store <2 x float> %0, ptr %j, align 4
42 declare <4 x float> @_Z1bv() local_unnamed_addr
44 attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="128" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }