[llvm] 34ffc30 - [AMDGPU] Fix typo in comment in test
    Jay Foad via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug  4 03:05:11 PDT 2023
    
    
  
Author: Jay Foad
Date: 2023-08-04T11:04:54+01:00
New Revision: 34ffc30a90d7ee1c57a57d4bf3a548d7374f7f51
URL: https://github.com/llvm/llvm-project/commit/34ffc30a90d7ee1c57a57d4bf3a548d7374f7f51
DIFF: https://github.com/llvm/llvm-project/commit/34ffc30a90d7ee1c57a57d4bf3a548d7374f7f51.diff
LOG: [AMDGPU] Fix typo in comment in test
Added: 
    
Modified: 
    llvm/test/CodeGen/AMDGPU/gds-unsupported.ll
Removed: 
    
################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/gds-unsupported.ll b/llvm/test/CodeGen/AMDGPU/gds-unsupported.ll
index 7ed21baaf24391..174de0d58295a8 100644
--- a/llvm/test/CodeGen/AMDGPU/gds-unsupported.ll
+++ b/llvm/test/CodeGen/AMDGPU/gds-unsupported.ll
@@ -1,6 +1,6 @@
 ; RUN: not --crash llc -march=amdgcn -mcpu=gfx90a < %s 2>&1 | FileCheck %s
 
-; GDS is not supported on GFX12+
+; GDS is not supported on GFX90A+
 ; CHECK: LLVM ERROR: Cannot select: {{.*}} AtomicLoadAdd
 
 define amdgpu_kernel void @atomic_add_ret_gds(ptr addrspace(1) %out, ptr addrspace(2) %gds) #1 {
        
    
    
More information about the llvm-commits
mailing list