llvm-6502/lib/Transforms
Chandler Carruth 3e77df419d Revert r228556: InstCombine: propagate nonNull through assume
This commit isn't using the correct context, and is transfoming calls
that are operands to loads rather than calls that are operands to an
icmp feeding into an assume. I've replied on the original review thread
with a very reduced test case and some thoughts on how to rework this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228677 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-10 08:07:32 +00:00
..
Hello
InstCombine Revert r228556: InstCombine: propagate nonNull through assume 2015-02-10 08:07:32 +00:00
Instrumentation [msan] Fix "missing origin" in atomic store. 2015-02-06 21:47:39 +00:00
IPO DeadArgElim: fix mismatch in accounting of array return types. 2015-02-09 01:21:00 +00:00
ObjCARC IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
Scalar Adjust how we avoid poll insertion inside the poll function (NFC) 2015-02-10 00:04:53 +00:00
Utils IR: Take uint64_t in DIBuilder::createExpression() 2015-02-09 22:13:27 +00:00
Vectorize Correctly combine alias.scope metadata by a union instead of intersecting 2015-02-08 17:07:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile