Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DXIL ControlFlow detection of loop blocks
Now handles finding all loop blocks in a loop where a block (2) in the loop is only in a single path: 0 -> 1 -> 3 - 1 0 -> 1 -> 2 -> 3 3 -> 4 -> END
- Loading branch information