[llvm-bugs] [Bug 22206] extra moves generated for unary SSE ops
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 4 11:01:25 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=22206
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
I don't know which patch fixed this, but we get the right output as of r343774:
sqrtss %xmm0, %xmm1
addss %xmm1, %xmm0
Test added at:
https://reviews.llvm.org/rL343803
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181004/784db5c8/attachment.html>
More information about the llvm-bugs
mailing list