[PATCH] D34006: [LoopSimplify] Add opt-bisect support to LoopSimplify pass
Andy Kaylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 12:10:11 PDT 2017
andrew.w.kaylor accepted this revision.
andrew.w.kaylor added a comment.
This revision is now accepted and ready to land.
It looks like a number of passes have this as a required analysis pass, and some assert that loops are in the simplified form. Can you verify that all passes which depend on this pass can also be skipped by opt-bisect?
https://reviews.llvm.org/D34006
More information about the llvm-commits
mailing list