llvm-6502/lib/Transforms
Nick Lewycky 48c0f65be3 Revert the business end of r164634, and replace it with a different fix. The
reason we were getting two of the same alloca is because of a memmove/memcpy
which had the same alloca in both the src and dest. Now we detect that case
directly. This has the same testcase as before, but fixes a clang test
CodeGenObjC/exceptions.m which runs clang -O2.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164636 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 21:50:37 +00:00
..
Hello
InstCombine Move Attribute::typeIncompatible inside of the Attributes class. 2012-09-25 20:38:59 +00:00
Instrumentation s/__llvm_gcov_flush/__gcov_flush/g 2012-09-17 17:57:05 +00:00
IPO Move Attribute::typeIncompatible inside of the Attributes class. 2012-09-25 20:38:59 +00:00
Scalar Revert the business end of r164634, and replace it with a different fix. The 2012-09-25 21:50:37 +00:00
Utils Revert r164614 to appease the buildbots. 2012-09-25 19:57:20 +00:00
Vectorize Make MemoryBuiltins aware of TargetLibraryInfo. 2012-08-29 15:32:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile