[PATCH] D33117: [AMDGPU] Cache live-ins and register pressure in scheduler

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 08:01:26 PDT 2017


vpykhtin accepted this revision.
vpykhtin added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lib/Target/AMDGPU/GCNSchedStrategy.cpp:340
+
+    DEBUG(const SIRegisterInfo *SRI = static_cast<const SIRegisterInfo*>(TRI);
+          dbgs() << "Pressure before scheduling:\nRegion live-ins:";
----------------
Turn this into a helper debug func?


Repository:
  rL LLVM

https://reviews.llvm.org/D33117





More information about the llvm-commits mailing list