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. Authored by fhahn on Jun 30 2019, 1:15 PM.
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
|