[PATCH] D33105: [AMDGPU] Turn register pressure estimation into forward tracker
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 10:44:45 PDT 2017
vpykhtin added inline comments.
================
Comment at: lib/Target/AMDGPU/GCNRegPressure.cpp:359
+
+ MaxPressure = max(MaxPressure, CurPressure);
+}
----------------
arsenm wrote:
> std::max, not sure how this builds for you
this is overloaded max for GCNRegPressure
Repository:
rL LLVM
https://reviews.llvm.org/D33105
More information about the llvm-commits
mailing list