mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
<rdar://problem/6721894>. Allow multiple registers to be renamed together (super and sub) if necessary to break an anti-dependence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5cdc3a949a
commit
2601329106
@ -581,12 +581,6 @@ bool AggressiveAntiDepBreaker::FindSuitableFreeRegisters(
|
||||
return false;
|
||||
}
|
||||
|
||||
// FIXME: for now just handle single register in group case...
|
||||
if (Regs.size() > 1) {
|
||||
DEBUG(errs() << "\tMultiple rename registers in group\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
// If DebugDiv > 0 then only rename (renamecnt % DebugDiv) == DebugMod
|
||||
if (DebugDiv > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user