mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Revert 51440 as it breaks a bunch of PIC tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1150,9 +1150,7 @@ rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
|
|||||||
}
|
}
|
||||||
MachineBasicBlock *MBB = MI->getParent();
|
MachineBasicBlock *MBB = MI->getParent();
|
||||||
|
|
||||||
// ReMatDefMI is a clone and not in the IR at all, so check
|
if (ImpUse && MI != ReMatDefMI) {
|
||||||
// RefMatOrigDefMI too.
|
|
||||||
if (ImpUse && MI != ReMatDefMI && MI != ReMatOrigDefMI) {
|
|
||||||
// Re-matting an instruction with virtual register use. Update the
|
// Re-matting an instruction with virtual register use. Update the
|
||||||
// register interval's spill weight to HUGE_VALF to prevent it from
|
// register interval's spill weight to HUGE_VALF to prevent it from
|
||||||
// being spilled.
|
// being spilled.
|
||||||
|
Reference in New Issue
Block a user