1776889bcSSacha Coppey; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2776889bcSSacha Coppey; RUN: llc -o - -verify-machineinstrs -mtriple=riscv64 -stop-after machine-sink %s | FileCheck %s --check-prefix=ISEL 3776889bcSSacha Coppey 4776889bcSSacha Coppeydefine void @caller_meta_leaf() { 5776889bcSSacha Coppey ; ISEL-LABEL: name: caller_meta_leaf 6776889bcSSacha Coppey ; ISEL: bb.0.entry: 7776889bcSSacha Coppey ; ISEL-NEXT: [[ADDI:%[0-9]+]]:gpr = ADDI $x0, 13 8776889bcSSacha Coppey ; ISEL-NEXT: SD killed [[ADDI]], %stack.0.metadata, 0 :: (store (s64) into %ir.metadata) 9776889bcSSacha Coppey ; ISEL-NEXT: ADJCALLSTACKDOWN 0, 0, implicit-def $x2, implicit $x2 10776889bcSSacha Coppey ; ISEL-NEXT: STACKMAP 4, 0, 0, %stack.0.metadata, 0 :: (load (s64) from %stack.0.metadata) 11776889bcSSacha Coppey ; ISEL-NEXT: ADJCALLSTACKUP 0, 0, implicit-def dead $x2, implicit $x2 12776889bcSSacha Coppey ; ISEL-NEXT: PseudoRET 13776889bcSSacha Coppeyentry: 14776889bcSSacha Coppey %metadata = alloca i64, i32 3, align 8 15*ff9af4c4SNikita Popov store i64 11, ptr %metadata 16*ff9af4c4SNikita Popov store i64 12, ptr %metadata 17*ff9af4c4SNikita Popov store i64 13, ptr %metadata 18*ff9af4c4SNikita Popov call void (i64, i32, ...) @llvm.experimental.stackmap(i64 4, i32 0, ptr %metadata) 19776889bcSSacha Coppey ret void 20776889bcSSacha Coppey} 21776889bcSSacha Coppey 22776889bcSSacha Coppeydeclare void @llvm.experimental.stackmap(i64, i32, ...) 23