This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81554797999 [llvm-mca] Remove method Instruction::isZeroLatency(). NFCI new e508042fca2 [llvm-mca] Default to the native host cpu if flag -mcpu is [...] new 5ce6b66393e [mips] Fix the definition of sync, synci new b7acab1156b [llvm-mca] run clang-format on a bunch of files. NFC
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: docs/CommandGuide/llvm-mca.rst | 5 ++-- lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 18 +++++++++++++++ lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +- lib/Target/Mips/MicroMipsInstrFormats.td | 5 ++-- lib/Target/Mips/MicroMipsInstrInfo.td | 11 ++++++--- lib/Target/Mips/MipsInstrInfo.td | 11 +++++---- .../Disassembler/Mips/micromips32r3/valid-el.txt | 2 ++ test/MC/Mips/micromips/valid.s | 13 +++++++---- test/MC/Mips/mips32r2/valid.s | 5 +++- test/MC/Mips/mips32r3/valid.s | 5 +++- test/MC/Mips/mips32r5/valid.s | 3 +++ test/MC/Mips/mips32r6/valid.s | 4 ++++ test/MC/Mips/mips64r2/valid.s | 4 ++++ test/MC/Mips/mips64r3/valid.s | 4 ++++ test/MC/Mips/mips64r5/valid.s | 4 ++++ test/MC/Mips/mips64r6/valid.s | 5 +++- test/tools/llvm-mca/X86/no-sched-model.s | 1 - tools/llvm-mca/Dispatch.cpp | 3 ++- tools/llvm-mca/DispatchStatistics.h | 3 ++- tools/llvm-mca/Scheduler.h | 1 - tools/llvm-mca/llvm-mca.cpp | 27 ++++++++++++---------- 21 files changed, 99 insertions(+), 37 deletions(-)