[PATCH] D40091: [AMDGPU] Add options for waitcnt pass debugging; add instr count in debug output.
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 10:47:49 PST 2017
kzhuravl added inline comments.
================
Comment at: lib/Target/AMDGPU/SIInsertWaitcnts.cpp:424
+ bool ForceEmit() {
+ for (enum InstCounterType T = VM_CNT; T < NUM_INST_CNTS;
----------------
const?
https://reviews.llvm.org/D40091
More information about the llvm-commits
mailing list