[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:45:45 PDT 2024


jrbyrnes wrote:

Added support for inline asm under the assumption that all inline asm have forwarded dest hazard, and all inline asm consume forward dest.

I think I may have misinterpreted the requests, and am not sure this is actually needed? I don't see why any user would use inline asm for VALU..

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


More information about the llvm-commits mailing list