[PATCH] D32572: AMDGPU: Fix assert in scheduler

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 16:36:59 PDT 2017


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/GCNSchedStrategy.cpp:426
+  if (begin()->isDebugValue())
+    return;
+
----------------
I believe you need to skip it, not ignore the whole block.


https://reviews.llvm.org/D32572





More information about the llvm-commits mailing list