[llvm] fdaf606 - [AMDGPU] Fix last remaining checks in perfhint.ll

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 05:39:22 PDT 2022


Author: Jay Foad
Date: 2022-03-31T13:39:15+01:00
New Revision: fdaf606c8ebb4326c20319333bed388bf7896862

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

LOG: [AMDGPU] Fix last remaining checks in perfhint.ll

Unfortunately this just shows that the test case for D47740 never
really tested what it was supposed to test.

Differential Revision: https://reviews.llvm.org/D122664

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/perfhint.ll b/llvm/test/CodeGen/AMDGPU/perfhint.ll
index 89f4fae902d94..2fe01e8f55aeb 100644
--- a/llvm/test/CodeGen/AMDGPU/perfhint.ll
+++ b/llvm/test/CodeGen/AMDGPU/perfhint.ll
@@ -75,9 +75,10 @@ bb:
   ret void
 }
 
+; FIXME: This test was intended to be WaveLimiterHint : 0
 ; GCN-LABEL: {{^}}test_indirect_through_phi:
-; MemoryBound: 0
-; WaveLimiterHint : 0
+; GCN: MemoryBound: 0
+; GCN: WaveLimiterHint : 1
 define amdgpu_kernel void @test_indirect_through_phi(float addrspace(1)* %arg) {
 bb:
   %load = load float, float addrspace(1)* %arg, align 8


        


More information about the llvm-commits mailing list