[PATCH] D46912: StructurizeCFG: Adjust the loop depth for a subregion to order the nodes correctly

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 04:35:41 PDT 2018


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM. I don't believe that there are reasons RPO doesn't work other than bugs in the structurizer. The sorting used now is clearly broken, and if this fixes the concept it was going for this is a step in the right direction


https://reviews.llvm.org/D46912





More information about the llvm-commits mailing list