Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / RISCV / allow-check.ll
blob0ddb5266db8f5501eec089eb05b777bc24fafe53
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=riscv32 -global-isel=0 -fast-isel=0 | FileCheck %s
3 ; RUN: llc < %s -mtriple=riscv32 -global-isel=1 -fast-isel=0 | FileCheck %s
4 ; RUN: llc < %s -mtriple=riscv32 -global-isel=0 -fast-isel=1 | FileCheck %s
6 ; RUN: llc < %s -mtriple=riscv64 -global-isel=0 -fast-isel=0 | FileCheck %s
7 ; RUN: llc < %s -mtriple=riscv64 -global-isel=1 -fast-isel=0 | FileCheck %s
8 ; RUN: llc < %s -mtriple=riscv64 -global-isel=0 -fast-isel=1 | FileCheck %s
10 define i1 @test_runtime() local_unnamed_addr {
11 ; CHECK-LABEL: test_runtime:
12 ; CHECK:       # %bb.0: # %entry
13 ; CHECK-NEXT:    li a0, 1
14 ; CHECK-NEXT:    ret
15 entry:
16   %allow = call i1 @llvm.allow.runtime.check(metadata !"test_check")
17   ret i1 %allow
20 declare i1 @llvm.allow.runtime.check(metadata) nounwind
22 define i1 @test_ubsan() local_unnamed_addr {
23 ; CHECK-LABEL: test_ubsan:
24 ; CHECK:       # %bb.0: # %entry
25 ; CHECK-NEXT:    li a0, 1
26 ; CHECK-NEXT:    ret
27 entry:
28   %allow = call i1 @llvm.allow.ubsan.check(i8 7)
29   ret i1 %allow
32 declare i1 @llvm.allow.ubsan.check(i8) nounwind