Skip to content
Commit 9534ea03 authored by Evan Cheng's avatar Evan Cheng
Browse files

Fix a number of byval / memcpy / memset related codegen issues.

1. x86-64 byval alignment should be max of 8 and alignment of type. Previously the code was not doing what the commit message was saying.
2. Do not use byte repeat move and store operations. These are slow.

llvm-svn: 55139
parent d2850538
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