================ @@ -455,6 +455,10 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunction, unsigned NumSpilledSGPRs = 0; unsigned NumSpilledVGPRs = 0; + // The size of the scratch space reserved for the CWSR trap handler to spill + // some of the dynamic VGPRs. + unsigned ScratchReservedForDynamicVGPRs = 0; ---------------- arsenm wrote:
This is missing MIR serialization and associated tests https://github.com/llvm/llvm-project/pull/130055 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits