1 ; RUN: llc -no-integrated-as -march=hexagon -mcpu=hexagonv60 -mattr=+hvxv60,hvx-length64b -disable-hexagon-shuffle=0 -O2 -enable-hexagon-vector-print < %s | FileCheck --check-prefix=CHECK %s
2 ; RUN: llc -no-integrated-as -march=hexagon -mcpu=hexagonv60 -mattr=+hvxv60,hvx-length64b -disable-hexagon-shuffle=0 -O2 -enable-hexagon-vector-print -trace-hex-vector-stores-only < %s | FileCheck --check-prefix=VSTPRINT %s
3 ; generate .long XXXX which is a vector debug print instruction.
4 ; CHECK: .long 0x1dffe0
5 ; CHECK: .long 0x1dffe0
6 ; CHECK: .long 0x1dffe0
7 ; VSTPRINT: .long 0x1dffe0
8 ; VSTPRINT-NOT: .long 0x1dffe0
9 target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-v64:64:64-v32:32:32-a:0-n16:32"
10 target triple = "hexagon"
12 ; Function Attrs: nounwind
13 define void @do_vecs(ptr nocapture readonly %a, ptr nocapture readonly %b, ptr nocapture %c) #0 {
15 %0 = load <16 x i32>, ptr %a, align 4, !tbaa !1
16 %1 = load <16 x i32>, ptr %b, align 4, !tbaa !1
17 %2 = tail call <16 x i32> @llvm.hexagon.V6.vaddw(<16 x i32> %0, <16 x i32> %1)
18 store <16 x i32> %2, ptr %c, align 4, !tbaa !1
22 ; Function Attrs: nounwind readnone
23 declare <16 x i32> @llvm.hexagon.V6.vaddw(<16 x i32>, <16 x i32>) #1
25 attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
26 attributes #1 = { nounwind readnone }
30 !0 = !{!"QuIC LLVM Hexagon Clang version 7.x-pre-unknown"}
32 !2 = !{!"omnipotent char", !3, i64 0}
33 !3 = !{!"Simple C/C++ TBAA"}