[PATCH] D16382: Add LoopSimplifyCFG pass
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 12:46:38 PST 2016
anemet added a subscriber: anemet.
anemet added a comment.
I also like the idea.
I guess one more difference between this pass and LoopSimplify that LoopSimplify is a function pass whereas this one is a loop pass. So you do get the nice inner-to-outer propagation you're looking for.
Repository:
rL LLVM
http://reviews.llvm.org/D16382
More information about the llvm-commits
mailing list