summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-07-14 20:09:34 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-07-14 20:09:34 +0000
commit9e6dea1df8eeb432b9f988e437202d1cd4897cfa (patch)
tree4cdaef307e56afe7e37d9d8333d91c1ddbe07579 /lldb/source/Plugins/OperatingSystem/Python
parent38a50c0a1620bfee536d292207100678ce7ab471 (diff)
downloadbcm5719-llvm-9e6dea1df8eeb432b9f988e437202d1cd4897cfa.tar.gz
bcm5719-llvm-9e6dea1df8eeb432b9f988e437202d1cd4897cfa.zip
[MMX] Use the appropriate instructions for GR64 <-> VR64 copies.
MOVSDto64rr and MOV64toSDrr are defined to convert between FR64 (%xmm) <-> GR64 registers, not VR64 (%mm) <-> GR64. This is wrong. I found this by inspection and could not find a suitable testcase for it since (1) we don't handle MMX bitcasts in Peephole optimizer as to generate COPYs that (2) could be expanded back to the appropriate x86 instruction in ExpandPostRA. Switch to use the appropriate instructions: MMX_MOVD64from64rr and MMX_MOVD64to64rr here. llvm-svn: 242191
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud