llvm-6502/test/Transforms/CorrelatedValuePropagation
Owen Anderson c2ce21ad51 It is possible, under specific circumstances involving ptrtoint ConstantExpr's, for LVI to end up trying to merge
a Constant into a ConstantRange.  Handle this conservatively for now, rather than asserting.  The testcase is
more complex that I would like, but the manifestation of the problem is sensitive to iteration orders and the state of the
LVI cache, and I have not been able to reproduce it with manually constructed or simplified cases.

Fixes PR8162.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114103 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-16 18:28:33 +00:00
..
2010-09-02-Trunc.ll Fix typo. I accidentally edited the wrong file before my last commit. 2010-09-02 19:52:06 +00:00
2010-09-26-MergeConstantRange.ll It is possible, under specific circumstances involving ptrtoint ConstantExpr's, for LVI to end up trying to merge 2010-09-16 18:28:33 +00:00
basic.ll Propagate non-local comparisons. Fixes PR1757. 2010-09-03 22:47:08 +00:00
crash.ll Fix PR8161, in which an unreachable loop causes recursive instruction simplification to try 2010-09-16 17:42:36 +00:00
dg.exp