"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "29805961d827b51eb8d1d9a68e30ff05af41e8c7"
-
Chris Lattner authored
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. llvm-svn: 119916
58f9f587
Loading