Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / RISCV / rv64-stackmap-nops.ll
blob6edc88de9232e97d48513eaeb75942fd92785830
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=riscv64 | FileCheck %s
4 define void @test_shadow_optimization() {
5 ; CHECK-LABEL: test_shadow_optimization:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    .cfi_def_cfa_offset 0
8 ; CHECK-NEXT:  .Ltmp0:
9 ; CHECK-NEXT:    nop
10 ; CHECK-NEXT:    nop
11 ; CHECK-NEXT:    nop
12 ; CHECK-NEXT:    ret
13 entry:
14   tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64  0, i32  16)
15   ret void
18 declare void @llvm.experimental.stackmap(i64, i32, ...)