[PATCH] D54023: [LoopSimplifyCFG] Delete dead in-loop blocks

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 22 10:26:36 PST 2018


anna added a comment.

There's an LCSSA not being preserved bug in the original landed change (@dmgreen added the test case). As part of fixing it, pls add the following options to your RUN command in the test "-verify-loop-info -verify-dom-info -verify-loop-lcssa". This will make sure all forms of verification are checked.


https://reviews.llvm.org/D54023





More information about the llvm-commits mailing list