summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZISelLowering.cpp
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-01 13:10:16 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-01 13:10:16 +0000
commit47086570973e82fe5ea8ace9637ae73c2469e1da (patch)
tree53ca5b89f45584cd94882d0060ec66e735faa2e4 /lib/Target/SystemZ/SystemZISelLowering.cpp
parent4c8feae136bbb54ba09d8f8dc7e61714270f7cd5 (diff)
downloadllvm-47086570973e82fe5ea8ace9637ae73c2469e1da.tar.gz
llvm-47086570973e82fe5ea8ace9637ae73c2469e1da.tar.bz2
llvm-47086570973e82fe5ea8ace9637ae73c2469e1da.tar.xz
[SystemZ] Allow selects with a high-word destination
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index cb0f445cf7..46824e60fc 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -2874,6 +2874,7 @@ SystemZTargetLowering::emitStringWrapper(MachineInstr *MI,
MachineBasicBlock *SystemZTargetLowering::
EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const {
switch (MI->getOpcode()) {
+ case SystemZ::Select32Mux:
case SystemZ::Select32:
case SystemZ::SelectF32:
case SystemZ::Select64: