aboutsummaryrefslogtreecommitdiff
path: root/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
commit8dd86c14d46b2deb1e1335d495acc579d70bf60f (patch)
tree5e8ef16820f3ae767b3057a3cc1a0f46b4f2dfdc /lib/CodeGen/MachineBasicBlock.cpp
parente99d492a15c3aa068293964ec22be4190061784b (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions