[PATCH] D52930: [SCEV][NFC] Verify IR in isLoop[Entry, Backedge]GuardedByCond

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 09:58:23 PDT 2018


sanjoy added a comment.

+1 on the general idea, though like Florian I too think this is too expensive for a normal debug build.  How about putting it under a flag (putting under `EXPENSIVE_CHECKS` requires a recompile right?) that can even run on release builds?  That flag can even be enabled by default on `EXPENSIVE_CHECKS` builds.


https://reviews.llvm.org/D52930





More information about the llvm-commits mailing list