[clang] [llvm] [AMDGPU] Convert AMDGPUResourceUsageAnalysis pass from Module to MF pass (PR #102913)

Janek van Oirschot via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 13:43:03 PDT 2024


================
@@ -1755,6 +1755,56 @@ As part of the AMDGPU MC layer, AMDGPU provides the following target specific
 
      =================== ================= ========================================================
 
+Function Resource Usage
+-----------------------
+
+The function resource information (e.g., number of VGPRs) required depends on
----------------
JanekvO wrote:

Thanks, I was having a hard time with that part so the couple of iterations of rephrasing I did might've been a bit noticeable so I do appreciate this feedback!

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


More information about the cfe-commits mailing list