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

            Bug ID: 37448
           Summary: [llvm-exegesis] Include specific EFLAGS in the test
                    code
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: andrea.dibia...@gmail.com, clement.cour...@gmail.com,
                    craig.top...@gmail.com, gchate...@google.com,
                    llvm-bugs@lists.llvm.org, spatel+l...@rotateright.com

The test values for CMOVA/CMOVBE are underestimating the latency on SNB+
targets as it isn't handling the fact that those targets can update the EFLAGS
C bit independently from the OSPAZ bits.

These CMOV variants depend on the C and Z flags and thus need to be tested in
cases where both are touched.

-- 
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