[PATCH] D35990: [SCEV] Prohibit SCEV transformations for huge SCEVs

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 23:27:48 PDT 2017


mkazantsev planned changes to this revision.
mkazantsev added a comment.

Some tests from https://bugs.llvm.org/show_bug.cgi?id=33494 fail when huge expressions threshold is set to low values (like 100). It is not automatically this patch's problem, but this should be fixed before this is merged.


https://reviews.llvm.org/D35990





More information about the llvm-commits mailing list