OSDN Git Service

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)
commitcecc5a23281018f9bbdd6f659462b8c99d8e8926
tree74f74248295d0cbdee2d398bb0c5159e23ba6fb8
parent7494874c5b86fc819da5b9e2faeedf6425d55660
Revert [SCEV] Fix isLoopEntryGuardedByCond usage

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
test/Transforms/IndVarSimplify/inner-loop.ll [deleted file]