diff options
author | Dale Johannesen <dalej@apple.com> | 2007-05-17 21:31:21 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-05-17 21:31:21 +0000 |
commit | 58698d2534ca5801633f0abbd522bdc21a5374f4 (patch) | |
tree | 3ca07fbd2af25153c2472f885fc978b65ccdf6f9 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 99ec2d88fbc639f55cbeefdcea4218d95f29c6d3 (diff) | |
download | llvm-58698d2534ca5801633f0abbd522bdc21a5374f4.zip llvm-58698d2534ca5801633f0abbd522bdc21a5374f4.tar.gz llvm-58698d2534ca5801633f0abbd522bdc21a5374f4.tar.bz2 |
More effective breakdown of memcpy into repeated load/store. These are now
in the order lod;lod;lod;sto;sto;sto which means the load-store optimizer
has a better chance of producing ldm/stm. Ideally you would get cooperation
from the RA as well but this is not there yet.
llvm-svn: 37179
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions