[llvm-bugs] [Bug 37498] New: [llvm-exegesis] Support opcode lists for benchmarking

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 17 05:54:21 PDT 2018


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

            Bug ID: 37498
           Summary: [llvm-exegesis] Support opcode lists for benchmarking
           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: llvm-dev at redking.me.uk
                CC: andrea.dibiagio at gmail.com, clement.courbet at gmail.com,
                    craig.topper at gmail.com, filcab at gmail.com,
                    gchatelet at google.com, greg.bedwell at sony.com,
                    llvm-bugs at lists.llvm.org

It'd be very helpful if we could provide a list of opcodes and have the output
generated for each of them:

e.g.
llvm-exegesis -benchmark-mode=latency
-opcode-name=PMULLDrr,VPMULLDrr,VPMULLDYrr

A comma separated list would be preferred but allowing repeated
-opcode-name=XXXX options would be acceptable:

e.g.
llvm-exegesis -benchmark-mode=latency -opcode-name=PMULLDrr
-opcode-name=VPMULLDrr -opcode-name=VPMULLDYrr

-- 
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/20180517/1070608b/attachment.html>


More information about the llvm-bugs mailing list