This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix last remaining checks in perfhint.ll
ClosedPublic

Authored by foad on Mar 29 2022, 9:09 AM.

Details

Summary

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

Diff Detail

Event Timeline

foad created this revision.Mar 29 2022, 9:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2022, 9:09 AM
Herald added subscribers: kerbowa, t-tye, tpr and 3 others. · View Herald Transcript
foad requested review of this revision.Mar 29 2022, 9:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2022, 9:09 AM
foad added inline comments.Mar 29 2022, 9:12 AM
llvm/test/CodeGen/AMDGPU/perfhint.ll
81

@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.)

rampitec accepted this revision.Mar 29 2022, 11:31 AM
rampitec added inline comments.
llvm/test/CodeGen/AMDGPU/perfhint.ll
81

Do you mind to place FIXME here?

This revision is now accepted and ready to land.Mar 29 2022, 11:31 AM
foad updated this revision to Diff 419405.Mar 31 2022, 5:23 AM

Add FIXME.

This revision was landed with ongoing or failed builds.Mar 31 2022, 5:39 AM
This revision was automatically updated to reflect the committed changes.