llvm-6502/lib/Transforms
Nick Lewycky 051a318e67 Don't drop the alignment on a memcpy intrinsic when producing a store. This is
only a missed optimization opportunity if the store is over-aligned, but a
miscompile if the store's new type has a higher natural alignment than the
memcpy did. Fixes PR13920!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164641 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 22:46:21 +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 Don't drop the alignment on a memcpy intrinsic when producing a store. This is 2012-09-25 22:46:21 +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