[PATCH] D23148: [LoopUnroll] Simplify loops created by unrolling.

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 12:11:47 PDT 2016


mzolotukhin added a comment.

Thanks, committed in r278038.

> Would it make sense to only fill in LoopsToSimplify if OuterL is null?


I think the checks will clutter the code for not so big benefit, so I decided to go without them.


Repository:
  rL LLVM

https://reviews.llvm.org/D23148





More information about the llvm-commits mailing list