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
13 tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 0, i32 16)
17 declare void @llvm.experimental.stackmap(i64, i32, ...)