[PATCH] D16382: Add LoopSimplifyCFG pass

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 13:32:48 PST 2016


reames added a subscriber: reames.
reames added a comment.

A meta concern here: how do we share code between this pass and the existing SimplifyCFG pass?  It would be really unfortunate if we ended up duplicating large chunks of SimplifyCFG here.  The simple unconditional edge folding case here is fine as a starting point and the code duplication isn't too terrible, but how do we avoid problems going forward?


Repository:
  rL LLVM

http://reviews.llvm.org/D16382





More information about the llvm-commits mailing list