[llvm-bugs] [Bug 37059] New: [X86] SLM has incorrect scheduling information for PMULLD

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 9 10:12:13 PDT 2018


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

            Bug ID: 37059
           Summary: [X86] SLM has incorrect scheduling information for
                    PMULLD
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            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

I had tried to fix this in r328914, but got perf regressions in some benchmarks
in Intel's internal list. So I reverted it back to old behavior in r329593.

Looking at the benchmarks, they regressed in 32-bit mode and it looks like
register pressure may have increased leading to additional spills. But I
thought 32-bit mode scheduling favored register pressure so I'm not sure what's
going on.

-- 
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/20180409/9f695ebe/attachment-0001.html>


More information about the llvm-bugs mailing list