================
@@ -40,12 +41,20 @@ class AMDGPUAsmPrinter final : public AsmPrinter {
AMDGPUResourceUsageAnalysis *ResourceUsage;
+ std::unique_ptr<MCResourceInfo> RI;
----------------
JanekvO wrote:
Only was I was able to do so was by explicitly adding the `MCContext` as
argument for every public method in `AMDGPUResourceInfo`. Let me know if
there's a way I missed without being so verbose with `MCContext` arguments in
`AMDGPUResourceInfo`.
https://github.com/llvm/llvm-project/pull/102913
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits