[llvm-bugs] [Bug 36957] New: [X86] Split ReadAfterLd into ReadAfterLd/ReadAfterFLd/ReadAfterVecLd

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 30 06:49:36 PDT 2018


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

            Bug ID: 36957
           Summary: [X86] Split ReadAfterLd into
                    ReadAfterLd/ReadAfterFLd/ReadAfterVecLd
           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: andrea.dibiagio at gmail.com, clement.courbet at gmail.com,
                    craig.topper at gmail.com, llvm-bugs at lists.llvm.org
            Blocks: 32325

Similar to what was done for WriteLoad, we need to split ReadAfterLd to more
correctly allow for the different load latencies on gpr, float and vector-int
instructions.


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/20180330/166876cd/attachment.html>


More information about the llvm-bugs mailing list