Revert [SCEV] Fix isLoopEntryGuardedByCond usage
authorSerguei Katkov <serguei.katkov@azul.com>
Mon, 22 Jan 2018 07:47:02 +0000 (07:47 +0000)
committerSerguei Katkov <serguei.katkov@azul.com>
Mon, 22 Jan 2018 07:47:02 +0000 (07:47 +0000)
commitf38041dc3e51d1dd437b5fae852c27ffcc68c800
tree409fe2180602087c39fb54769bc9d0d0c0cd5599
parent56939f7e75a753e47c34007648d39d27564cbed0
Revert [SCEV] Fix isLoopEntryGuardedByCond usage

It causes buildbot failures. New added assert is fired.
It seems not all usages of isLoopEntryGuardedByCond are fixed.

llvm-svn: 323079
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
llvm/test/Transforms/IndVarSimplify/inner-loop.ll [deleted file]