Chris Lattner 82f2ef20b6 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.

llvm-svn: 26577
2006-03-06 20:18:44 +00:00
..
2006-03-04 21:48:01 +00:00
2006-03-04 07:53:41 +00:00
2006-03-06 17:58:04 +00:00
2005-12-26 10:24:15 +00:00
2006-01-24 04:14:29 +00:00
2006-03-05 23:49:55 +00:00
2004-11-14 21:54:41 +00:00