[PATCH] D30439: [AMDGPU] New method to estimate register pressure
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 08:41:47 PST 2017
rampitec added a comment.
In https://reviews.llvm.org/D30439#688636, @tstellar wrote:
> If you aren't going to use any of the RegisterPressure information, then you should disable register pressure tracking to improve compile time performance. Also, I think it would be nice if the queries could be abstracted so it was easy to switch between the standard ReigsterPressureTracker and the improved version you have implemented.
It is not a tracker, just the estimation. It least not just yet. During scheduling standard RPTracker still used for pressure diffs.
Repository:
rL LLVM
https://reviews.llvm.org/D30439
More information about the llvm-commits
mailing list