"llvm/unittests/CodeGen/CMakeLists.txt" did not exist on "045c6c5b404243983a119914a847f151194537c0"
[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
Loading
Please sign in to comment