[PATCH] D123367: [AMDGPU] Increase detection range for s_mov, v_cmpx transformation.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 02:08:26 PDT 2022
foad accepted this revision.
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp:319
++CurrentIteration;
}
----------------
Pre-existing problem: debug instructions (A->isDebugInstr()) should not count towards the search limit, because we need to get identical codegen with and without debug instructions present.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123367/new/
https://reviews.llvm.org/D123367
More information about the llvm-commits
mailing list