Allow the construction of SCEVs with SCEVCouldNotCompute operands, by
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Oct 2008 11:19:07 +0000 (11:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Oct 2008 11:19:07 +0000 (11:19 +0000)
commit26e4b216c0c065dece616c1c9931252e2a0e40c6
tree89f7ad01ea5296d2ce784dbed8d7adf5846a89fb
parentc4e8bec703fe0e7191a1e78557d7ab750e965e20
Allow the construction of SCEVs with SCEVCouldNotCompute operands, by
implementing folding. Fixes PR2857.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57049 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
test/Transforms/IndVarsSimplify/2008-10-03-CouldNotCompute.ll [new file with mode: 0644]