[llvm] [Uniformity] Fixed control-div early stop (PR #139667)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Sun May 18 23:28:32 PDT 2025
ssahasra wrote:
Continuing along the previous comment, now I am wondering if we even need the ModifiedPO ordering. As far as I can see, for a node N with an IPDom P, if there is a common cycle C containing N and P, then we need to propagate labels through all the nodes in C until a fixed point is reached, else if there is no C, then propagate labels up to P. In either case, a simple BFS is enough and ModifiedPO gives no advantage.
https://github.com/llvm/llvm-project/pull/139667
More information about the llvm-commits
mailing list