llvm-6502/lib/Transforms
Chris Lattner 95a959dc1a Teach instcombine to increase the alignment of memset/memcpy/memmove when
the pointer is known to come from either a global variable, alloca or
malloc.  This allows us to compile this:

  P = malloc(28);
  memset(P, 0, 28);

into explicit stores on PPC instead of a memset call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26577 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-06 20:18:44 +00:00
..
Hello
Instrumentation
IPO Make this work with renamed intrinsics. 2006-03-03 01:30:23 +00:00
Scalar Teach instcombine to increase the alignment of memset/memcpy/memmove when 2006-03-06 20:18:44 +00:00
Utils Fix Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll 2006-02-18 00:33:17 +00:00
ExprTypeConvert.cpp
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h