[llvm-bugs] [Bug 32801] New: Add scheduler classes for integer/float horizontal operations

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 26 06:39:17 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32801

            Bug ID: 32801
           Summary: Add scheduler classes for integer/float horizontal
                    operations
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: andrew.v.tischenko at gmail.com,
                    llvm-bugs at lists.llvm.org, spatel+llvm at rotateright.com
            Blocks: 26859, 32325

The integer/float horizontal operations (PHADD, PHSUBD, HADDPS etc.) often have
very different latency/throughput characteristics to basic 'in-element'
arithmetic instructions.

They need separating from the existing classes and grouped into their own
integer/float classes to allow better scheduling (Bug #32325) and MC
optimization (Bug #26859).


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=26859
[Bug 26859] [x86, SSE] only use phaddw / phaddd when optimizing for minsize?
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/20170426/f92e8988/attachment-0001.html>


More information about the llvm-bugs mailing list