summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/register-mask-operands.mir')
-rw-r--r--llvm/test/CodeGen/MIR/X86/register-mask-operands.mir16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir b/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
index c683a635f14..6d61a33e3d3 100644
--- a/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
+++ b/llvm/test/CodeGen/MIR/X86/register-mask-operands.mir
@@ -22,18 +22,18 @@
name: compute
body: |
bb.0.body:
- %eax = IMUL32rri8 %edi, 11, implicit-def %eflags
- RETQ %eax
+ $eax = IMUL32rri8 $edi, 11, implicit-def $eflags
+ RETQ $eax
...
---
# CHECK: name: foo
name: foo
body: |
bb.0.entry:
- ; CHECK: PUSH64r %rax
- ; CHECK-NEXT: CALL64pcrel32 @compute, csr_64, implicit %rsp, implicit %edi, implicit-def %rsp, implicit-def %eax
- PUSH64r %rax, implicit-def %rsp, implicit %rsp
- CALL64pcrel32 @compute, csr_64, implicit %rsp, implicit %edi, implicit-def %rsp, implicit-def %eax
- %rdx = POP64r implicit-def %rsp, implicit %rsp
- RETQ %eax
+ ; CHECK: PUSH64r $rax
+ ; CHECK-NEXT: CALL64pcrel32 @compute, csr_64, implicit $rsp, implicit $edi, implicit-def $rsp, implicit-def $eax
+ PUSH64r $rax, implicit-def $rsp, implicit $rsp
+ CALL64pcrel32 @compute, csr_64, implicit $rsp, implicit $edi, implicit-def $rsp, implicit-def $eax
+ $rdx = POP64r implicit-def $rsp, implicit $rsp
+ RETQ $eax
...
OpenPOWER on IntegriCloud