summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/nested-loop-conditions.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix annotating loops with nested loop conditionsMatt Arsenault2017-03-241-0/+269
If the branch condition for a loop was a phi which itself was fed from a phi from a loop, it isn't safe to try to delete the phi until after the loop is handled. llvm-svn: 298737
OpenPOWER on IntegriCloud