[llvm-bugs] [Bug 32487] New: [X86] Account for domain crossing penalties in the scheduling of SSE/AVX instructions
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Apr 1 09:18:46 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32487
Bug ID: 32487
Summary: [X86] Account for domain crossing penalties in the
scheduling of SSE/AVX instructions
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: llvm-bugs at lists.llvm.org
Blocks: 32325
X86 domain crossing penalties are a lot more complicated than we account for,
each CPUs treat instructions from the same domain quite differently. We should
be trying to better model this to allow instruction selection to better tune
for particular CPUs.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=32325
[Bug 32325] [META][X86] Improve implementation and use of X86 scheduler models
--
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/20170401/44f46f9b/attachment.html>
More information about the llvm-bugs
mailing list