Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / isel-dcfetch-intrin-map.ll
blobd7168489c1a33a7dc7fe24ce986518f3a5a31b3d
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(ptr %a0) #0 {
11   call void @llvm.hexagon.Y2.dcfetch(ptr %a0)
12   ret void
15 declare void @llvm.hexagon.Y2.dcfetch(ptr) #0
17 attributes #0 = { nounwind }