[PATCH] D33105: [AMDGPU] Turn register pressure estimation into forward tracker

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 10:48:09 PDT 2017


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/GCNRegPressure.cpp:359
+
+  MaxPressure = max(MaxPressure, CurPressure);
+}
----------------
vpykhtin wrote:
> arsenm wrote:
> > std::max, not sure how this builds for you
> this is overloaded max for GCNRegPressure
Probably should name it something else


Repository:
  rL LLVM

https://reviews.llvm.org/D33105





More information about the llvm-commits mailing list