[PATCH] D49602: Use SCEV to avoid inserting some bounds checks.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 10:37:43 PDT 2018
lebedev.ri added a comment.
Out of general curiosity, why is this needed?
The optimization passes won't be able to/are not allowed to drop the extra unneeded checks?
https://reviews.llvm.org/D49602
More information about the llvm-commits
mailing list