[PATCH] D31124: AMDGPU/SI: Add lane tracking to SI Scheduler
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 15:19:58 PDT 2017
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/SIMachineScheduler.cpp:1300
+{
+ if (!MI.isDebugValue()) {
+ // Reset read - undef flags and update them later.
----------------
According to coding standard, if (...) return;
Repository:
rL LLVM
https://reviews.llvm.org/D31124
More information about the llvm-commits
mailing list