[llvm-bugs] [Bug 34874] New: [X86] Should we favor MOVSS/MOVSD over BLENDPS/BLENDPD when optimizing for size
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 8 10:08:55 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34874
Bug ID: 34874
Summary: [X86] Should we favor MOVSS/MOVSD over BLENDPS/BLENDPD
when optimizing for size
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: craig.topper at gmail.com
CC: llvm-bugs at lists.llvm.org
If optimizing for size it might make sense to prefer MOVSS/MOVSD over
BLENDPS/PD when the blend immediate is 1.
--
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/20171008/c474bbb2/attachment.html>
More information about the llvm-bugs
mailing list