mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
mi-sched: bypass heuristic checks when regpressure tracking is disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -271,6 +271,9 @@ public:
|
||||
|
||||
virtual ~ScheduleDAGMI();
|
||||
|
||||
/// Return true if register pressure tracking is enabled.
|
||||
bool shouldTrackPressure() const { return ShouldTrackPressure; }
|
||||
|
||||
/// Add a postprocessing step to the DAG builder.
|
||||
/// Mutations are applied in the order that they are added after normal DAG
|
||||
/// building and before MachineSchedStrategy initialization.
|
||||
|
||||
Reference in New Issue
Block a user