summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir')
-rw-r--r--llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir b/llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
index 98fc57da38d..2e6d48c4647 100644
--- a/llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
+++ b/llvm/test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
@@ -32,5 +32,9 @@ body: |
CALL64pcrel32 @compute, csr_64, implicit $rsp, implicit $edi, implicit-def $rsp, implicit-def $eax
; CHECK: $rdx = frame-destroy POP64r
$rdx = frame-destroy POP64r implicit-def $rsp, implicit $rsp
+ ; CHECK: $rdx = frame-setup frame-destroy POP64r
+ $rdx = frame-setup frame-destroy POP64r implicit-def $rsp, implicit $rsp
+ ; CHECK: $rdx = frame-setup frame-destroy POP64r
+ $rdx = frame-destroy frame-setup POP64r implicit-def $rsp, implicit $rsp
RETQ $eax
...
OpenPOWER on IntegriCloud