1 ; RUN: llc -march=hexagon -O2 < %s | FileCheck %s
4 target triple = "hexagon"
6 ; Function Attrs: nounwind
9 %v0 = alloca i32, align 4
10 store i32 0, ptr %v0, align 4, !tbaa !0
11 call void @llvm.hexagon.prefetch(ptr %v0)
15 ; Function Attrs: nounwind
16 declare void @llvm.hexagon.prefetch(ptr) #1
18 attributes #0 = { nounwind "target-cpu"="hexagonv60" }
19 attributes #1 = { nounwind }
22 !1 = !{!"int", !2, i64 0}
23 !2 = !{!"omnipotent char", !3, i64 0}
24 !3 = !{!"Simple C/C++ TBAA"}