[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / v60-vec-128b-1.ll
blobce2e1b5459aed6f6c9697013d5559a1a3f2d466e
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
12 define i32 @f0() #0 {
13 b0:
14   %v0 = alloca i32, align 4
15   store i32 0, ptr %v0
16   %v1 = call i32 @f1(i8 zeroext 0)
17   call void @f2()
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)
24   ret i32 0
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 }