[PATCH] D119022: [AMDGPU] Fix debug values in scheduler not placed correctly when reverting
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 4 11:35:14 PST 2022
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:469
+ // pass debug instrs to the actual end of the scheduling region.
+ while (SkippedDebugInstr-- > 0) ++RegionEnd;
+
----------------
Formatting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119022/new/
https://reviews.llvm.org/D119022
More information about the llvm-commits
mailing list