Skip to content
Commit 8cd99817 authored by Manman Ren's avatar Manman Ren
Browse files

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
parent 2ed51255
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment