mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
[SystemZ] Allow integer OR involving high words
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -889,6 +889,18 @@ SystemZInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
|
||||
expandRIPseudo(MI, SystemZ::IILH, SystemZ::IIHH, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::OIFMux:
|
||||
expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::OILMux:
|
||||
expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::OIHMux:
|
||||
expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false);
|
||||
return true;
|
||||
|
||||
case SystemZ::ADJDYNALLOC:
|
||||
splitAdjDynAlloc(MI);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user