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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 09:09:47 PDT 2022


foad created this revision.
foad added reviewers: rampitec, yaxunl.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, jvesely, kzhuravl.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Unfortunately this just shows that the test case for D47740 <https://reviews.llvm.org/D47740> never
really tested what it was supposed to test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122664

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


Index: llvm/test/CodeGen/AMDGPU/perfhint.ll
===================================================================
--- llvm/test/CodeGen/AMDGPU/perfhint.ll
+++ llvm/test/CodeGen/AMDGPU/perfhint.ll
@@ -76,8 +76,8 @@
 }
 
 ; 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122664.418900.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/5b3d2d1e/attachment.bin>


More information about the llvm-commits mailing list