[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / v6vec-vmemu2.ll
blobb79bedc10133b2430847cee4d0b1bd05dc9b70f7
1 ; RUN: llc -march=hexagon -disable-hexagon-shuffle=0 -O2 < %s | FileCheck %s
3 ; Generate vmemu (unaligned).
4 ; CHECK: vmemu
5 ; CHECK: vmemu
6 ; CHECK: vmemu
7 ; CHECK-NOT: vmem
9 target triple = "hexagon"
11 ; Function Attrs: nounwind
12 define void @f0(ptr nocapture readonly %a0, ptr nocapture readonly %a1, ptr nocapture %a2) #0 {
13 b0:
14   %v1 = load <16 x i32>, ptr %a0, align 4, !tbaa !0
15   %v3 = load <16 x i32>, ptr %a1, align 4, !tbaa !0
16   %v4 = tail call <16 x i32> @llvm.hexagon.V6.vaddw(<16 x i32> %v1, <16 x i32> %v3)
17   store <16 x i32> %v4, ptr %a2, align 4, !tbaa !0
18   ret void
21 ; Function Attrs: nounwind readnone
22 declare <16 x i32> @llvm.hexagon.V6.vaddw(<16 x i32>, <16 x i32>) #1
24 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length64b" }
25 attributes #1 = { nounwind readnone }
27 !0 = !{!1, !1, i64 0}
28 !1 = !{!"omnipotent char", !2, i64 0}
29 !2 = !{!"Simple C/C++ TBAA"}