[PATCH] D31730: [LCSSA] Remove redundant check

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 15:46:47 PDT 2017


mzolotukhin added a comment.

Can you verify that by inserting an assertion there?

One thing that I'm not 100% sure there is that we might be looking at different loops in `formLCSSA` and `formLCSSAForInstructions`. In the latter we might look at subloops as far as I can tell.

Michael


https://reviews.llvm.org/D31730





More information about the llvm-commits mailing list