[llvm] [AMDGPU] Add waterfall intrinsics (PR #192409)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 12:02:16 PDT 2026


================
@@ -1736,6 +1738,7 @@ void GCNPassConfig::addFastRegAlloc() {
 }
 
 void GCNPassConfig::addPreRegAlloc() {
+  addPass(createAMDGPUInsertWaterfallPass());
----------------
nhaehnle wrote:

What's the rationale for inserting the pass here?

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


More information about the llvm-commits mailing list