This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Do not consider indirect acces through phi for wave limiter
ClosedPublic

Authored by rampitec on Jun 4 2018, 12:48 PM.

Details

Summary

Rational: if there is indirect access that is usually an issue
because load is not ready by the use. However, if use is inside a
loop and load is outside that is potentially an issue for a first
iteration only.

Diff Detail

Repository
rL LLVM