1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check that intrinsic int_hexagon_Y2_dcfetch is mapped to Y2_dcfetchbo
6 ; CHECK: dcfetch(r0+#0)
8 target triple = "hexagon"
10 define void @fred(ptr %a0) #0 {
11 call void @llvm.hexagon.Y2.dcfetch(ptr %a0)
15 declare void @llvm.hexagon.Y2.dcfetch(ptr) #0
17 attributes #0 = { nounwind }