[llvm-bugs] [Bug 34873] New: [X86] Execution domain fixing should be able to turn PBLENDW into BLENDPS/BLENDPD
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 8 10:03:49 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34873
Bug ID: 34873
Summary: [X86] Execution domain fixing should be able to turn
PBLENDW into BLENDPS/BLENDPD
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
With SSE41 the only integer domain blend that uses an immediate is BLENDW which
has 16-bit elements. Ideally, execution domain fixing should be able to convert
it to floating point when the element size is really at least 32-bits, but that
requires rewriting the immediate. This is more than what the simple table based
domain fixing can currently do.
--
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/f3ea2ea0/attachment-0001.html>
More information about the llvm-bugs
mailing list