mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
[SystemZ] Extend test-under-mask support to high GR32s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -910,6 +910,14 @@ SystemZInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
|
||||
expandRIPseudo(MI, SystemZ::XILF, SystemZ::XIHF, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::TMLMux:
|
||||
expandRIPseudo(MI, SystemZ::TMLL, SystemZ::TMHL, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::TMHMux:
|
||||
expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::RISBMux: {
|
||||
bool DestIsHigh = isHighReg(MI->getOperand(0).getReg());
|
||||
bool SrcIsHigh = isHighReg(MI->getOperand(2).getReg());
|
||||
|
||||
Reference in New Issue
Block a user