[PATCH] D13064: Add CFG Simplification pass after Loop Unswitching.

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 12:57:38 PDT 2015


hfinkel added a comment.

What's the overall change to the pass/analysis schedule? I'd tend to think that putting it after InstCombine would be better so it would not need to recompute DT again for InstCombine.


http://reviews.llvm.org/D13064





More information about the llvm-commits mailing list