diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-09-23 18:19:07 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-23 18:19:07 +0000 |
commit | aba37553c43c691421279836eb4a524ff7f03ab5 (patch) | |
tree | dfe5a182054d162bdfa123570f35dc61ceea9ba0 /lldb/test/python_api/value/change_values/TestChangeValueAPI.py | |
parent | e75405b4ea9d73a7f193126387287dd4b8e59d40 (diff) | |
download | bcm5719-llvm-aba37553c43c691421279836eb4a524ff7f03ab5.tar.gz bcm5719-llvm-aba37553c43c691421279836eb4a524ff7f03ab5.zip |
[x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars
Turn this:
movd %xmm0, %eax
movd %xmm1, %ecx
orl %eax, %ecx
movd %ecx, %xmm0
into this:
orps %xmm1, %xmm0
This is related to, but does not solve:
https://llvm.org/bugs/show_bug.cgi?id=22428
This is an extension of:
http://reviews.llvm.org/rL248395
llvm-svn: 248409
Diffstat (limited to 'lldb/test/python_api/value/change_values/TestChangeValueAPI.py')
0 files changed, 0 insertions, 0 deletions