Skip to content
Commit 92bd7853 authored by Chris Lattner's avatar Chris Lattner
Browse files

Turn a memcpy from a double* into a load/store of double instead of

a load/store of i64.  The later prevents promotion/scalarrepl of the
source and dest in many cases.

This fixes the 300% performance regression of the byval stuff on 
stepanov_v1p2.

llvm-svn: 45945
parent 57974c8d
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