Skip to content

Commit 466d266

Browse files
authored
[AMDGPU] Fix GFX90x check prefixes in tests (#92254)
1 parent 7c8176e commit 466d266

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

llvm/test/CodeGen/AMDGPU/agpr-register-count.ll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,8 @@ declare void @undef_func()
157157
; GFX908: .amdhsa_next_free_vgpr 32
158158
; GFX90A: .amdhsa_next_free_vgpr 64
159159
; GFX90A: .amdhsa_accum_offset 32
160-
; GCN908: NumVgprs: 128
161-
; GCN908: NumAgprs: 128
162-
; GCN90A: NumVgprs: 256
163-
; GCN90A: NumAgprs: 256
160+
; GCN: NumVgprs: 32
161+
; GCN: NumAgprs: 32
164162
; GFX908: TotalNumVgprs: 32
165163
; GFX90A: TotalNumVgprs: 64
166164
; GFX908: VGPRBlocks: 7

llvm/test/CodeGen/AMDGPU/spill-vgpr.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ define amdgpu_kernel void @max_10_vgprs_spill_v32(ptr addrspace(1) %p) #0 {
8888
; GFX900: ScratchSize: 132
8989
; GFX908: NumVgprs: 252
9090
; GFX908: ScratchSize: 0
91-
; GCN900: VGPRBlocks: 63
92-
; GCN908: VGPRBlocks: 62
91+
; GFX900: VGPRBlocks: 63
92+
; GFX908: VGPRBlocks: 62
9393
; GFX900: NumVGPRsForWavesPerEU: 256
9494
; GFX908: NumVGPRsForWavesPerEU: 252
9595
define amdgpu_kernel void @max_256_vgprs_spill_9x32(ptr addrspace(1) %p) #1 {

0 commit comments

Comments
 (0)