[llvm] [AMDGPU] Detect VALU-after-MFMA hazard in post-RA scheduler's getHazardType (PR #184084)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 20:23:11 PDT 2026


================

----------------
gandhi56 wrote:

I moved the check for a VALU immediately after an MFMA in GCNPostGenericScheduler, which I introduce in this revision. At the time of scheduling a VALU, the scheduler will bump a cycle if the VALU was inserted immediately after an MFMA.

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


More information about the llvm-commits mailing list