[llvm] [AMDGPU][NewPM] Port "GCNRewritePartialRegUses" pass to NPM (PR #126024)

Vikram Hegde via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 22:53:54 PST 2025


================
@@ -34,6 +34,7 @@
 #include "GCNIterativeScheduler.h"
 #include "GCNPreRALongBranchReg.h"
 #include "GCNPreRAOptimizations.h"
+#include "GCNRewritePartialRegUses.h"
----------------
vikramRH wrote:

Required by the includes of AMDGPUPassRegistry.def

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


More information about the llvm-commits mailing list