1 ; RUN: llc -march=hexagon -O2 < %s | FileCheck %s
2 ; CHECK: v{{[0-9]+}} = vsplat(r{{[0-9]+}})
3 ; CHECK: .comm g0,256,256
4 ; CHECK: .comm g1,128,128
6 target triple = "hexagon"
8 @g0 = common global <64 x i32> zeroinitializer, align 256
9 @g1 = common global <32 x i32> zeroinitializer, align 128
11 ; Function Attrs: nounwind
14 %v0 = alloca i32, align 4
16 %v1 = call i32 @f1(i8 zeroext 0)
18 %v2 = call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1)
19 %v3 = call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 2)
20 %v4 = call <64 x i32> @llvm.hexagon.V6.vaddubh.128B(<32 x i32> %v2, <32 x i32> %v3)
21 %v5 = call <64 x i32> @llvm.hexagon.V6.vtmpyhb.128B(<64 x i32> %v4, i32 12)
22 store <64 x i32> %v5, ptr @g0, align 256
23 call void @f3(i32 2048, ptr @g0)
27 declare i32 @f1(i8 zeroext) #0
29 declare void @f2(...) #0
31 ; Function Attrs: nounwind readnone
32 declare <64 x i32> @llvm.hexagon.V6.vtmpyhb.128B(<64 x i32>, i32) #1
34 ; Function Attrs: nounwind readnone
35 declare <64 x i32> @llvm.hexagon.V6.vaddubh.128B(<32 x i32>, <32 x i32>) #1
37 ; Function Attrs: nounwind readnone
38 declare <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32) #1
40 declare void @f3(i32, ptr) #0
42 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length128b" }
43 attributes #1 = { nounwind readnone }