@@ -1664,7 +1664,8 @@ void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) {
1664
1664
if (ShouldTrackPressure) {
1665
1665
// Update top scheduled pressure.
1666
1666
RegisterOperands RegOpers;
1667
- RegOpers.collect (*MI, *TRI, MRI, ShouldTrackLaneMasks, false );
1667
+ RegOpers.collect (*MI, *TRI, MRI, ShouldTrackLaneMasks,
1668
+ /* IgnoreDead=*/ false );
1668
1669
if (ShouldTrackLaneMasks) {
1669
1670
// Adjust liveness and add missing dead+read-undef flags.
1670
1671
SlotIndex SlotIdx = LIS->getInstructionIndex (*MI).getRegSlot ();
@@ -1698,7 +1699,8 @@ void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) {
1698
1699
}
1699
1700
if (ShouldTrackPressure) {
1700
1701
RegisterOperands RegOpers;
1701
- RegOpers.collect (*MI, *TRI, MRI, ShouldTrackLaneMasks, false );
1702
+ RegOpers.collect (*MI, *TRI, MRI, ShouldTrackLaneMasks,
1703
+ /* IgnoreDead=*/ false );
1702
1704
if (ShouldTrackLaneMasks) {
1703
1705
// Adjust liveness and add missing dead+read-undef flags.
1704
1706
SlotIndex SlotIdx = LIS->getInstructionIndex (*MI).getRegSlot ();
0 commit comments