[llvm] [AMDGPU] Add a sched group mask for LDSDMA instructions (PR #190872)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 16:56:57 PDT 2026
================
----------------
jrbyrnes wrote:
Because this is checking for VALU instructions -- VALU instructions being those that a user would expect (e.g. V_ADD). But, we have an annoying problem where the DMA instructions are also VALU so they get picked up here, and we added the !mayLoadOrStore check. Really we want to ensure we are not accidentally picking up the LDSDMA instructions
https://github.com/llvm/llvm-project/pull/190872
More information about the llvm-commits
mailing list