[llvm] [AMDGPU][NewPM] Port "AMDGPUResourceUsageAnalysis" to NPM (PR #130959)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 05:23:15 PDT 2025


================
@@ -40,7 +40,7 @@ class AMDGPUAsmPrinter final : public AsmPrinter {
   unsigned CodeObjectVersion;
   void initializeTargetID(const Module &M);
 
-  AMDGPUResourceUsageAnalysis *ResourceUsage;
+  AMDGPUResourceUsageAnalysisWrapperPass *ResourceUsage;
----------------
arsenm wrote:

Should just start out avoiding the wrapper pass, there's no need to tie it to the asm printer port 

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


More information about the llvm-commits mailing list