ARM byval: when type alignment is bigger than ABI alignment, instead of
disabling byval, we set realign to true. It will perform an aligned alloca, and call memcpy to copy the byval argument to the local variable. Change the size threshold back to 64 bytes. rdar://12596507 llvm-svn: 167440
Loading
Please register or sign in to comment