summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-09-23 18:19:07 +0000
committerSanjay Patel <spatel@rotateright.com>2015-09-23 18:19:07 +0000
commitaba37553c43c691421279836eb4a524ff7f03ab5 (patch)
treedfe5a182054d162bdfa123570f35dc61ceea9ba0 /lldb/test/python_api/value/change_values/TestChangeValueAPI.py
parente75405b4ea9d73a7f193126387287dd4b8e59d40 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud