diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-09-23 18:33:42 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-23 18:33:42 +0000 |
commit | 1a6534661ba954c1fe54befeae63773c1c695ef1 (patch) | |
tree | 9ffef5b4fb5f16d6bdb03f33d7c3f96a97e1f921 /clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp | |
parent | c6dd651518a30c15dcb16d51757183e71052d9b1 (diff) | |
download | bcm5719-llvm-1a6534661ba954c1fe54befeae63773c1c695ef1.tar.gz bcm5719-llvm-1a6534661ba954c1fe54befeae63773c1c695ef1.zip |
[x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating on FP scalars
Turn this:
movd %xmm0, %eax
movd %xmm1, %ecx
xorl %eax, %ecx
movd %ecx, %xmm0
into this:
xorps %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: 248415
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp')
0 files changed, 0 insertions, 0 deletions