mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
[SystemZ] Add comparisons of high words and memory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -974,6 +974,14 @@ SystemZInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
|
||||
expandRIPseudo(MI, SystemZ::CLFI, SystemZ::CLIH, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::CMux:
|
||||
expandRXYPseudo(MI, SystemZ::C, SystemZ::CHF);
|
||||
return true;
|
||||
|
||||
case SystemZ::CLMux:
|
||||
expandRXYPseudo(MI, SystemZ::CL, SystemZ::CLHF);
|
||||
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