[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:12:42 PDT 2022
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/perfhint.ll:80
+; GCN: MemoryBound: 0
+; GCN: WaveLimiterHint : 1
define amdgpu_kernel void @test_indirect_through_phi(float addrspace(1)* %arg) {
----------------
@rampitec do you want to try to come up with a test that really does result in "WaveLimiterHint : 0"? It seems hard because the default value for -amdgpu-indirect-access-weight is so high. (See also D83675.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122664/new/
https://reviews.llvm.org/D122664
More information about the llvm-commits
mailing list