Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / arm64-hlt.ll
blobb16d9a0426f0d4c8c2e2234907b271405c5f006d
1 ; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
3 define void @foo() nounwind {
4 ; CHECK-LABEL: foo
5 ; CHECK: hlt #0x2
6   tail call void @llvm.aarch64.hlt(i32 2)
7   ret void
10 declare void @llvm.aarch64.hlt(i32 immarg) nounwind