brintos

brintos / llvm-project-archived public Read only

0
0
Text · 586 B · 634f5d0 Raw
25 lines · plain
1; RUN: llc -mtriple=hexagon -O2 < %s2; REQUIRES: asserts3; Expect successful compilation.4 5target triple = "hexagon"6 7; Function Attrs: nounwind optsize8define void @f0(ptr nocapture %a0, ptr %a1) #0 {9b0:10  call void @llvm.hexagon.prefetch(ptr %a1)11  store i32 0, ptr %a0, align 4, !tbaa !012  ret void13}14 15; Function Attrs: nounwind16declare void @llvm.hexagon.prefetch(ptr) #117 18attributes #0 = { nounwind optsize "target-cpu"="hexagonv55" }19attributes #1 = { nounwind }20 21!0 = !{!1, !1, i64 0}22!1 = !{!"int", !2, i64 0}23!2 = !{!"omnipotent char", !3, i64 0}24!3 = !{!"Simple C/C++ TBAA"}25