[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / hvx-nontemporal.ll
blob5054197fdf09cbd5cb126c908cf0c5193c5785c4
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 target triple = "hexagon"
4 ; Function Attrs: norecurse nounwind
5 define void @test(ptr nocapture readonly %x, ptr nocapture readnone %y, ptr nocapture %a, ptr nocapture %b) #0 {
6 entry:
7 ; CHECK: v0 = vmem(r0+#7):nt
8   %add.ptr = getelementptr inbounds <32 x i32>, ptr %x, i32 7
9   %0 = load <32 x i32>, ptr %add.ptr, align 128, !tbaa !1, !nontemporal !4
11 ; CHECK: v1.cur = vmem(r2+#0):nt
12   %1 = load <32 x i32>, ptr %a, align 128, !tbaa !1, !nontemporal !4
14 ; CHECK: vmem(r3+#3):nt = v1
15   %add.ptr2 = getelementptr inbounds <32 x i32>, ptr %b, i32 3
16   store <32 x i32> %1, ptr %add.ptr2, align 128, !tbaa !1, !nontemporal !4
18 ; CHECK: vmem(r2+#0):nt = v0
19   store <32 x i32> %0, ptr %a, align 128, !tbaa !1, !nontemporal !4
20   ret void
23 attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length128b" }
25 !1 = !{!2, !2, i64 0}
26 !2 = !{!"omnipotent char", !3, i64 0}
27 !3 = !{!"Simple C/C++ TBAA"}
28 !4 = !{i32 1}