This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6f8184d949f [mips] Show an error if register number is out of range new 9830843b265 [llvm-mca] Default the output asm dialect used by the instr [...] new 7d78f54577d [X86][IVB] Add F16C resource tests. new f862b68e42a [X86][BtVer2] Fix VCVTPS2PHmr/VCVTPS2PHYmr latencies
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/X86ScheduleBtVer2.td | 4 +- test/CodeGen/X86/f16c-schedule.ll | 4 +- test/tools/llvm-mca/X86/BtVer2/resources-f16c.s | 16 ++---- .../llvm-mca/X86/SandyBridge/resources-f16c.s | 58 ++++++++++++++++++++++ test/tools/llvm-mca/X86/intel-syntax.s | 37 ++++++++++++++ tools/llvm-mca/llvm-mca.cpp | 28 ++++++----- 6 files changed, 120 insertions(+), 27 deletions(-) create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-f16c.s create mode 100644 test/tools/llvm-mca/X86/intel-syntax.s