This is an archive of the discontinued LLVM Phabricator instance.

RegisterPressure: Move MaxSetPressure from RegisterPressure to PressureTracker
AbandonedPublic

Authored by MatzeB on Sep 11 2015, 1:48 PM.

Details

Reviewers
atrick
Summary

This is part of a patchseries to remove the RegisterPressure class.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 34582.Sep 11 2015, 1:48 PM
MatzeB retitled this revision from to RegisterPressure: Move MaxSetPressure from RegisterPressure to PressureTracker.
MatzeB updated this object.
MatzeB added a reviewer: atrick.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: llvm-commits.
atrick requested changes to this revision.Sep 11 2015, 11:47 PM
atrick edited edge metadata.

LGTM except for one thing...

lib/CodeGen/RegisterPressure.cpp
163

You don't need to clear it twice.

This revision now requires changes to proceed.Sep 11 2015, 11:47 PM
MatzeB abandoned this revision.Jul 19 2017, 4:17 PM