summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2016-07-22 22:13:36 +0000
committerTim Northover <tnorthover@apple.com>2016-07-22 22:13:36 +0000
commit98a56eb7f43e220a1f7a5d4dc1f9c32bf5a353ae (patch)
treefa6c4a1b442bd6377566abc8570a160bf817320b /llvm/test/CodeGen/MIR/X86
parente3a032a7408ccff451cb5c081511797e05dca162 (diff)
downloadbcm5719-llvm-98a56eb7f43e220a1f7a5d4dc1f9c32bf5a353ae.tar.gz
bcm5719-llvm-98a56eb7f43e220a1f7a5d4dc1f9c32bf5a353ae.zip
GlobalISel: allow multiple types on MachineInstrs.
llvm-svn: 276481
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86')
-rw-r--r--llvm/test/CodeGen/MIR/X86/generic-virtual-registers.mir20
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/generic-virtual-registers.mir b/llvm/test/CodeGen/MIR/X86/generic-virtual-registers.mir
index 09dc3ae3476..fb2fbea0d9a 100644
--- a/llvm/test/CodeGen/MIR/X86/generic-virtual-registers.mir
+++ b/llvm/test/CodeGen/MIR/X86/generic-virtual-registers.mir
@@ -33,16 +33,16 @@ registers:
body: |
bb.0.entry:
liveins: %edi
- ; CHECK: %0(32) = G_ADD s32 %edi
- %0(32) = G_ADD s32 %edi, %edi
- ; CHECK: %1(64) = G_ADD <2 x s32> %edi
- %1(64) = G_ADD <2 x s32> %edi, %edi
- ; CHECK: %2(64) = G_ADD s64 %edi
- %2(64) = G_ADD s64 %edi, %edi
+ ; CHECK: %0(32) = G_ADD { s32 } %edi
+ %0(32) = G_ADD { s32 } %edi, %edi
+ ; CHECK: %1(64) = G_ADD { <2 x s32> } %edi
+ %1(64) = G_ADD { <2 x s32> } %edi, %edi
+ ; CHECK: %2(64) = G_ADD { s64 } %edi
+ %2(64) = G_ADD { s64 } %edi, %edi
; G_ADD is actually not a valid operand for structure type,
; but that is the only one we have for now for testing.
- ; CHECK: %3(64) = G_ADD s64 %edi
- %3(64) = G_ADD s64 %edi, %edi
- ; CHECK: %4(48) = G_ADD s48 %edi
- %4(48) = G_ADD s48 %edi, %edi
+ ; CHECK: %3(64) = G_ADD { s64 } %edi
+ %3(64) = G_ADD { s64 } %edi, %edi
+ ; CHECK: %4(48) = G_ADD { s48 } %edi
+ %4(48) = G_ADD { s48 } %edi, %edi
...
OpenPOWER on IntegriCloud