This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9053c2840f [X86] Remove X87 schedule itineraries (PR37093) new ca9b26eb14c [llvm-mca] Removed unused argument from cycleEvent. NFC new d0c7e9cab51 [X86] Remove MMX/3DNow schedule itineraries (PR37093)
The 2 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/X86Instr3DNow.td | 133 ++++------ lib/Target/X86/X86InstrFormats.td | 52 ++-- lib/Target/X86/X86InstrMMX.td | 383 +++++++++++---------------- lib/Target/X86/X86Schedule.td | 45 ---- tools/llvm-mca/Backend.cpp | 8 +- tools/llvm-mca/Dispatch.h | 2 +- tools/llvm-mca/DispatchStatistics.h | 4 +- tools/llvm-mca/HWEventListener.h | 4 +- tools/llvm-mca/RetireControlUnitStatistics.h | 4 +- tools/llvm-mca/Scheduler.cpp | 2 +- tools/llvm-mca/Scheduler.h | 2 +- tools/llvm-mca/SchedulerStatistics.h | 4 +- tools/llvm-mca/SummaryView.h | 2 +- tools/llvm-mca/TimelineView.h | 2 +- 14 files changed, 243 insertions(+), 404 deletions(-)