[llvm-bugs] [Bug 37678] New: [-print-schedule]: Default to the instruction throughput to IssueWidth if no processor resource cycles are consumed.

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 4 06:54:15 PDT 2018


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

            Bug ID: 37678
           Summary: [-print-schedule]: Default to the instruction
                    throughput to IssueWidth if no processor resource
                    cycles are consumed.
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: andrea.dibiagio at gmail.com
                CC: llvm-bugs at lists.llvm.org

This came up during the review of : https://reviews.llvm.org/D47374

The -print-schedule functionality doesn't know how to handle instruction that
doesn't "consume" processor resource cycles.
Ideally, the throughput of an instruction that doesn't consume processor
resources (for example: a zero latency instruction) should default to the value
of `IssueWidth / #MicroOps`.

-- 
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/20180604/f51d41ac/attachment.html>


More information about the llvm-bugs mailing list