Test is waiting on fixing several more crashes in the AMDGPU scheduler
implementation with this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362174
91177308-0d34-0410-b5e6-
96231b3b80d8
MF.getSubtarget().overrideSchedPolicy(RegionPolicy, NumRegionInstrs);
// After subtarget overrides, apply command line options.
- if (!EnableRegPressure)
+ if (!EnableRegPressure) {
RegionPolicy.ShouldTrackPressure = false;
+ RegionPolicy.ShouldTrackLaneMasks = false;
+ }
// Check -misched-topdown/bottomup can force or unforce scheduling direction.
// e.g. -misched-bottomup=false allows scheduling in both directions.