[llvm] d3f13f3 - [AMDGPU] Remove a comment. NFC.

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 06:01:14 PST 2020


Author: Jay Foad
Date: 2020-11-02T13:56:46Z
New Revision: d3f13f3edf23a5a4b96db91d0597f04f0c6c2599

URL: https://github.com/llvm/llvm-project/commit/d3f13f3edf23a5a4b96db91d0597f04f0c6c2599
DIFF: https://github.com/llvm/llvm-project/commit/d3f13f3edf23a5a4b96db91d0597f04f0c6c2599.diff

LOG: [AMDGPU] Remove a comment. NFC.

This was obsoleted by f78687df9b7 which added gfx9 aligned/unaligned
tests.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/ds_read2.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/ds_read2.ll b/llvm/test/CodeGen/AMDGPU/ds_read2.ll
index 2ef7b1d1403c..d01d41955449 100644
--- a/llvm/test/CodeGen/AMDGPU/ds_read2.ll
+++ b/llvm/test/CodeGen/AMDGPU/ds_read2.ll
@@ -312,8 +312,6 @@ define amdgpu_kernel void @simple_read2_f32_volatile_1(float addrspace(1)* %out)
 }
 
 ; Can't fold since not correctly aligned.
-; XXX: This isn't really testing anything useful now. I think CI
-; allows unaligned LDS accesses, which would be a problem here.
 ; GCN-LABEL: @unaligned_read2_f32
 ; CI-DAG: s_mov_b32 m0
 ; GFX9-NOT: m0


        


More information about the llvm-commits mailing list