1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/CorrelatedValuePropagation
Owen Anderson 6f3516065f 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.

llvm-svn: 114103
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 Rename test directory to reflect new pass name. 2010-08-31 07:50:31 +00:00