brintos

brintos / llvm-project-archived public Read only

0
0
Text · 449 B · 68a7702 Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=riscv64 | FileCheck %s3 4define void @test_shadow_optimization() {5; CHECK-LABEL: test_shadow_optimization:6; CHECK:       # %bb.0: # %entry7; CHECK-NEXT:  .Ltmp0:8; CHECK-NEXT:    nop9; CHECK-NEXT:    nop10; CHECK-NEXT:    nop11; CHECK-NEXT:    ret12entry:13  tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64  0, i32  16)14  ret void15}16 17