summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-08-27 11:39:47 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-08-27 11:39:47 +0000
commita5a8a9adc8d87199962a6486f8062a5f45dafac5 (patch)
treedafb3eda108c686ed2b437967831f90708a39f37 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent74ec9e19eea510ae0079ce9366cb0ee6bebdd933 (diff)
downloadbcm5719-llvm-a5a8a9adc8d87199962a6486f8062a5f45dafac5.tar.gz
bcm5719-llvm-a5a8a9adc8d87199962a6486f8062a5f45dafac5.zip
[x86] Fix a regression introduced with r213897 for 32-bit targets where
we stopped efficiently lowering sextload using the SSE41 instructions for that operation. This is a consequence of a bad predicate I used thinking of the memory access needs. The code actually handles the cases where the predicate doesn't apply, and handles them much better. =] Simple fix and a test case added. Fixes PR20767. llvm-svn: 216538
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud