[llvm] [AMDGPU] Register allocation anti-hints to reduce MFMA hazard NOPs (PR #156943)
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 03:36:31 PDT 2025
================
@@ -248,6 +254,95 @@ bool GCNPreRAOptimizationsImpl::run(MachineFunction &MF) {
bool Changed = false;
+ // Single pass implementation
----------------
rovka wrote:
```suggestion
```
Single pass implementation of what? This comment isn't really helping :) If you want to have a comment here, it should describe why we need to process MFMA instructions.
https://github.com/llvm/llvm-project/pull/156943
More information about the llvm-commits
mailing list