[PATCH] D30153: AMDGPU/SI: Detect dependency types between blocks

Axel Davy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 13:53:56 PST 2017


axeldavy added inline comments.


================
Comment at: lib/Target/AMDGPU/SIMachineScheduler.cpp:586
+    if (S.second == SIScheduleBlockLinkKind::Data)
+      dbgs() << "(Data Dep) ";
+    S.first->printDebug(false);
----------------
arsenm wrote:
> Debug printing not guarded by DEBUG. Looks like this problem existed already, so this whole block should be under DEBUG
It is in a function printDebug, protected by #ifndef NDEBUG


Repository:
  rL LLVM

https://reviews.llvm.org/D30153





More information about the llvm-commits mailing list