[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / vcombine_to_req_seq.ll
blobaea850307a63d0ac0d88b9bb5b951fd35e6ca22f
1 ; RUN: llc -march=hexagon -O2 < %s | FileCheck %s
2 ; CHECK-NOT: vcombine
4 define void @f0(i8* nocapture readonly %a0, i8* nocapture readonly %a1, i32 %a2, i8* nocapture %a3, i32 %a4, i32 %a5) #0 {
5 b0:
6   %v0 = bitcast i8* %a1 to i64*
7   %v1 = load i64, i64* %v0, align 8
8   %v2 = shl i64 %v1, 8
9   %v3 = trunc i64 %v2 to i32
10   %v4 = trunc i64 %v1 to i32
11   %v5 = and i32 %v4, 16777215
12   %v6 = bitcast i8* %a0 to <16 x i32>*
13   %v7 = load <16 x i32>, <16 x i32>* %v6, align 64
14   %v8 = getelementptr inbounds i8, i8* %a0, i32 32
15   %v9 = bitcast i8* %v8 to <16 x i32>*
16   %v10 = load <16 x i32>, <16 x i32>* %v9, align 64
17   %v11 = tail call <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32> %v10, <16 x i32> %v7)
18   %v12 = tail call <32 x i32> @llvm.hexagon.V6.vrmpybusi(<32 x i32> %v11, i32 %v5, i32 0)
19   %v13 = tail call <32 x i32> @llvm.hexagon.V6.vrmpybusi(<32 x i32> %v11, i32 %v3, i32 0)
20   %v14 = tail call <16 x i32> @llvm.hexagon.V6.hi(<32 x i32> %v12)
21   %v15 = tail call <16 x i32> @llvm.hexagon.V6.vasrwuhsat(<16 x i32> %v14, <16 x i32> %v14, i32 %a2)
22   %v16 = tail call <16 x i32> @llvm.hexagon.V6.lo(<32 x i32> %v13)
23   %v17 = tail call <16 x i32> @llvm.hexagon.V6.vasrwuhsat(<16 x i32> %v16, <16 x i32> %v16, i32 %a2)
24   %v18 = getelementptr inbounds i8, i8* %a3, i32 32
25   %v19 = bitcast i8* %v18 to <16 x i32>*
26   store <16 x i32> %v15, <16 x i32>* %v19, align 64
27   %v20 = bitcast i8* %a3 to <16 x i32>*
28   store <16 x i32> %v17, <16 x i32>* %v20, align 64
29   ret void
32 ; Function Attrs: nounwind readnone
33 declare <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32>, <16 x i32>) #1
35 ; Function Attrs: nounwind readnone
36 declare <32 x i32> @llvm.hexagon.V6.vrmpybusi(<32 x i32>, i32, i32) #1
38 ; Function Attrs: nounwind readnone
39 declare <16 x i32> @llvm.hexagon.V6.vasrwuhsat(<16 x i32>, <16 x i32>, i32) #1
41 ; Function Attrs: nounwind readnone
42 declare <16 x i32> @llvm.hexagon.V6.hi(<32 x i32>) #1
44 ; Function Attrs: nounwind readnone
45 declare <16 x i32> @llvm.hexagon.V6.lo(<32 x i32>) #1
47 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length64b" }
48 attributes #1 = { nounwind readnone }