test compile set unwind_info=false target aarch64 function %f(i32, i32) -> i32 { block0(v0: i32, v1: i32): ; check: stp fp, lr, [sp, #-16]! ; check: mov fp, sp v2 = iadd v0, v1 ; check: add w0, w0, w1 return v2 ; check: ldp fp, lr, [sp], #16 ; check: ret }