summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-15 23:31:35 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-15 23:31:35 +0000
commit984997b3a04aff3ebc2b9dc4b0902b64584c7448 (patch)
tree71d258aa67f79064625d80f9e200adaf39217ad8 /lldb/source/Core/Debugger.cpp
parent6ebc8c459878453cf5d703e04ae79566490c1214 (diff)
downloadbcm5719-llvm-984997b3a04aff3ebc2b9dc4b0902b64584c7448.tar.gz
bcm5719-llvm-984997b3a04aff3ebc2b9dc4b0902b64584c7448.zip
Enable sub-sub-register copy coalescing.
It is now possible to coalesce weird skewed sub-register copies by picking a super-register class larger than both original registers. The included test case produces code like this: vld2.32 {d16, d17, d18, d19}, [r0]! vst2.32 {d18, d19, d20, d21}, [r0] We still perform interference checking as if it were a normal full copy join, so this is still quite conservative. In particular, the f1 and f2 functions in the included test case still have remaining copies because of false interference. llvm-svn: 156878
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud