mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Next round of earlyclobber handling. Approach the
RA problem by expanding the live interval of an earlyclobber def back one slot. Remove overlap-earlyclobber throughout. Remove earlyclobber bits and their handling from live internals. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -686,10 +686,6 @@ void LiveInterval::print(std::ostream &OS,
|
||||
OS << "%reg" << reg;
|
||||
|
||||
OS << ',' << weight;
|
||||
if (isEarlyClobber)
|
||||
OS << ",earlyclobber";
|
||||
if (overlapsEarlyClobber)
|
||||
OS << ",overlapsearly";
|
||||
|
||||
if (empty())
|
||||
OS << " EMPTY";
|
||||
|
Reference in New Issue
Block a user