Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.
authorJuergen Ributzka <juergen@apple.com>
Thu, 24 Oct 2013 05:29:56 +0000 (05:29 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 24 Oct 2013 05:29:56 +0000 (05:29 +0000)
commitd084153a8fd8ee058fd4c39d4f15d3f988566d95
tree1353ec643914e9de2d02a9d9eb3d6500b1bfaabb
parentcbbd20879e8acf35d3326a2459e17a298b5f5d15
Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.

Reviewed by Andy

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193303 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
test/Transforms/IndVarSimplify/lftr-zext.ll [new file with mode: 0644]