[llvm] [AMDGPU] Correctly insert s_nops for implicit read of SDWA (PR #100276)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 11:39:17 PDT 2024
================
@@ -935,6 +935,30 @@ int GCNHazardRecognizer::checkVALUHazards(MachineInstr *VALU) {
if (Use.isReg() && TRI->regsOverlap(Def, Use.getReg()))
----------------
arsenm wrote:
Most notably this will break on inline asm uses
https://github.com/llvm/llvm-project/pull/100276
More information about the llvm-commits
mailing list