Skip to content
Commit 98512315 authored by Duncan Sands's avatar Duncan Sands
Browse files

When passing a huge parameter using the byval mechanism, a long

sequence of loads and stores was being generated to perform the
copy on the x86 targets if the parameter was less than 4 byte
aligned, causing llc to use up vast amounts of memory and time.
Use a "rep movs" form instead.  PR7170.

llvm-svn: 118260
parent 112fc6cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment