llvm-6502/lib/Transforms
David Majnemer 3f2ffe0423 SCCP: overdefined calls cannot become constant
We would attempt to fold away a call instruction which had been marked
overdefined.  However, it's not valid to transition to constant from
overdefined.

This fixes PR21512.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221513 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-07 08:54:19 +00:00
..
Hello
InstCombine InstCombine: Rely on cmpxchg's return code when it's strong 2014-11-06 23:23:30 +00:00
Instrumentation Base check on the section name, not the variable name. 2014-11-06 20:01:34 +00:00
IPO
ObjCARC IR: MDNode => Value: NamedMDNode::getOperator() 2014-11-05 18:16:03 +00:00
Scalar SCCP: overdefined calls cannot become constant 2014-11-07 08:54:19 +00:00
Utils Fix heap-use-after-free bug in expandSDiv when the operands are 2014-11-05 21:28:24 +00:00
Vectorize LoopVectorize: Don't assume pointees are sized 2014-11-07 00:31:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile