[PATCH] D35347: [IRCE] Fix corner case with Start = INT_MAX
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 16:57:26 PDT 2017
sanjoy added inline comments.
================
Comment at: llvm/trunk/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp:948
//
// * if `Greatest` sign-overflows, we know it can only be `INT_SMIN`. In
// that case, `Clamp` will always return `Smallest` and
----------------
Please update this comment.
Repository:
rL LLVM
https://reviews.llvm.org/D35347
More information about the llvm-commits
mailing list