| ; Tests that -asm-verbose doesn't fail liveness validation because of |
| ; callee-save pushes/pops in a single-basic-block function. |
| ; RUN: %p2i --target x8632 -i %s --filetype=asm --args -O2 -asm-verbose \ |
| ; TODO(stichnot,jpp): Enable for x8664. |
| ; RUIN: %p2i --target x8664 -i %s --filetype=asm --args -O2 -asm-verbose \ |
| ; RUN: %p2i --target arm32 -i %s --filetype=asm --args -O2 -asm-verbose \ |
| define internal i32 @single_bb(i32 %arg0, i32 %arg1, i32 %arg2, i32 %arg3, |
| i32 %arg4, i32 %arg5, i32 %arg6, i32 %arg7) { |
| %t1 = add i32 %arg0, %arg1 |