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

            Bug ID: 38936
           Summary: [llvm-exegesis] Give measurements for the whole
                    snippet.
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: clement.cour...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Right now the measurements (latency, uops) are given as average per
instruction.

This made sense originally:
 - For uops, all instructions are the same
 - For latency, the first version only handled self-looping instructions.

Now that latency handles going through other instructions and that we support
custom code snippets, we should give the value for the whole snippet too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to