[PATCH] D21315: Reorder SimplifyCFG and SROA?

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 18:40:01 PDT 2016


chandlerc added a comment.

Rather than change the ordering, what about teaching SimplifyCFG's FoldValueComparisonIntoPredecessors logic to handle code in the pattern produced by FoldingBranchToCommonDest? That would seem like a good canonicalization change anyways.


http://reviews.llvm.org/D21315





More information about the llvm-commits mailing list