mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Temporarily turn off anti-dependency checking
during Post RA scheduling in X86, until the X86 target is changed to properly set up post RA liveness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
482f878631
commit
f23293793a
@ -424,7 +424,9 @@ bool X86Subtarget::enablePostRAScheduler(
|
||||
CodeGenOpt::Level OptLevel,
|
||||
TargetSubtargetInfo::AntiDepBreakMode& Mode,
|
||||
RegClassVector& CriticalPathRCs) const {
|
||||
Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
|
||||
//TODO: change back to ANTIDEP_CRITICAL when the
|
||||
// X86 subtarget properly sets up post RA liveness.
|
||||
Mode = TargetSubtargetInfo::ANTIDEP_NONE;
|
||||
CriticalPathRCs.clear();
|
||||
return PostRAScheduler && OptLevel >= CodeGenOpt::Default;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user