aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-05-17 21:31:21 +0000
committerDale Johannesen <dalej@apple.com>2007-05-17 21:31:21 +0000
commit58698d2534ca5801633f0abbd522bdc21a5374f4 (patch)
tree3ca07fbd2af25153c2472f885fc978b65ccdf6f9 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent99ec2d88fbc639f55cbeefdcea4218d95f29c6d3 (diff)
downloadllvm-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