diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll b/llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll index 27ecc837ea73..ba4fedf5bb00 100644 --- a/llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll +++ b/llvm/test/CodeGen/AMDGPU/scale-offset-scratch.ll @@ -9,7 +9,7 @@ define amdgpu_ps float @scratch_load_b32_alloca_idxprom(i32 %idx) { ; GCN-NEXT: s_wait_loadcnt 0x0 ; GCN-NEXT: ; return to shader part epilog entry: - %p = alloca [32 x i32], align 4, addrspace(5) + %p = alloca [64 x i32], align 4, addrspace(5) %idxprom = zext i32 %idx to i64 %arrayidx = getelementptr inbounds float, ptr addrspace(5) %p, i64 %idxprom %ret = load float, ptr addrspace(5) %arrayidx, align 4 |
