[llvm] [AMDGPU] AsmPrinter: Unify arg handling (PR #151672)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 02:00:13 PDT 2025
================
@@ -465,6 +465,9 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunction,
unsigned NumUserSGPRs = 0;
unsigned NumSystemSGPRs = 0;
+ unsigned NumWaveDispatchSGPRs = 0;
+ unsigned NumWaveDispatchVGPRs = 0;
----------------
arsenm wrote:
This is missing MIR print/parse support
https://github.com/llvm/llvm-project/pull/151672
More information about the llvm-commits
mailing list