diff options
| author | tyb0807 <sontuan.vu119@gmail.com> | 2025-11-22 14:03:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 14:03:14 -0800 |
| commit | 29d1e1857d445ca9a6e60c69fe2e1e5b30767e62 (patch) | |
| tree | e4081d5f250ef763901b4e79401cd81e452125ab /llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll | |
| parent | ebb0c9c559b5809be491aa71cbe8235611081194 (diff) | |
[AMDGPU] Enable serializing of allocated preload kernarg SGPRs info (#168374)
- Support serialization of the number of allocated preload kernarg SGPRs
- Support serialization of the first preload kernarg SGPR allocated
Together they enable reconstructing correctly MIR with preload kernarg
SGPRs.
Diffstat (limited to 'llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll')
| -rw-r--r-- | llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll index 68c3d1b2f297..3e4eaf0a3cd9 100644 --- a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll +++ b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll @@ -48,6 +48,7 @@ ; AFTER-PEI-NEXT: hasInitWholeWave: false ; AFTER-PEI-NEXT: dynamicVGPRBlockSize: 0 ; AFTER-PEI-NEXT: scratchReservedForDynamicVGPRs: 0 +; AFTER-PEI-NEXT: numKernargPreloadSGPRs: 0 ; AFTER-PEI-NEXT: isWholeWaveFunction: false ; AFTER-PEI-NEXT: body: define amdgpu_kernel void @scavenge_fi(ptr addrspace(1) %out, i32 %in) #0 { |
