[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / Hexagon / isel-dcfetch-intrin-map.ll
blob6e9f1af74bd3223f6a6bceae1d66558b8ad127dc
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check that intrinsic int_hexagon_Y2_dcfetch is mapped to Y2_dcfetchbo
4 ; (not Y2_dcfetch).
6 ; CHECK: dcfetch(r0+#0)
8 target triple = "hexagon"
10 define void @fred(i8* %a0) #0 {
11   call void @llvm.hexagon.Y2.dcfetch(i8* %a0)
12   ret void
15 declare void @llvm.hexagon.Y2.dcfetch(i8*) #0
17 attributes #0 = { nounwind }