Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Thu, 9 Jan 2014 12:26:12 +0000 (12:26 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Thu, 9 Jan 2014 12:26:12 +0000 (12:26 +0000)
commit3539d6d40ca8db81e0cf362d28cbb95734be82b5
treec0c43ac1d31341228cd787e01a5b27b35f97db52
parentdb5c1f3d7616cb469374903acdac032469749699
Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.
Detailed description is here:
http://llvm.org/bugs/show_bug.cgi?id=18000#c16

For participation in bugfix process special thanks to David Wiberg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198863 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
test/Analysis/ScalarEvolution/zext-signed-addrec.ll [new file with mode: 0644]