[llvm] [AMDGPU] Correctly insert s_nops for implicit read of SDWA (PR #100276)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 14:41:14 PDT 2024


================
@@ -935,6 +935,30 @@ int GCNHazardRecognizer::checkVALUHazards(MachineInstr *VALU) {
           if (Use.isReg() && TRI->regsOverlap(Def, Use.getReg()))
----------------
jrbyrnes wrote:

We check uses for users that SIInstrInfo::isVALU 

https://github.com/llvm/llvm-project/pull/100276


More information about the llvm-commits mailing list