[llvm-bugs] [Bug 36898] New: [X86] Incorrect throughput for FP divide in Sandybridge/Haswell/Broadwell/Skylake scheduler model

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Mar 25 22:16:18 PDT 2018


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

            Bug ID: 36898
           Summary: [X86] Incorrect throughput for FP divide in
                    Sandybridge/Haswell/Broadwell/Skylake scheduler model
           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

For example, this seems wrong

; GENERIC-LABEL: test_divps:
; GENERIC:       # %bb.0:
; GENERIC-NEXT:    vdivps %ymm1, %ymm0, %ymm0 # sched: [29:2.00]
; GENERIC-NEXT:    vdivps (%rdi), %ymm0, %ymm0 # sched: [36:2.00]
; GENERIC-NEXT:    retq # sched: [1:1.00]

-- 
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/20180326/1e34201d/attachment.html>


More information about the llvm-bugs mailing list