isLoopExiting should only be called for blocks in the loop. A follow
up patch makes this requirement an assertion.
I've updated the usage here, to only match for actual exit blocks. Previously,
it would also match blocks not in the loop.
Differential D63980
[AMDGPU] Call isLoopExiting for blocks in the loop. fhahn on Jun 30 2019, 1:15 PM. Authored by
Details isLoopExiting should only be called for blocks in the loop. A follow I've updated the usage here, to only match for actual exit blocks. Previously,
Diff Detail
|