[llvm-bugs] [Bug 2109] Missed optimization for extract/insertelements equivalent to movhps
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 28 11:09:40 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=2109
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #14 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Fixed (enough?) with:
http://reviews.llvm.org/rL256394
We select 'movhpd' rather than 'movhps' (one byte smaller), but that's a
separate bug IMO.
--
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/20151228/82937a79/attachment.html>
More information about the llvm-bugs
mailing list