llvm-6502/include
Chris Lattner 2f5f90ad3e Implement PR8644: forwarding a memcpy value to a byval,
allowing the memcpy to be eliminated.

Unfortunately, the requirements on byval's without explicit 
alignment are really weak and impossible to predict in the 
mid-level optimizer, so this doesn't kick in much with current
frontends.  The fix is to change clang to set alignment on all
byval arguments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119916 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-21 00:28:59 +00:00
..
llvm Implement PR8644: forwarding a memcpy value to a byval, 2010-11-21 00:28:59 +00:00
llvm-c Fix comment typo. 2010-11-02 15:12:48 +00:00