This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b50ad3f833 [X86][AVX] Add examples of shuffles that can be reduced to [...] new f39b0d9784b [tblgen][llvm-mca] Add the ability to describe move elimina [...]
The 1 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: include/llvm/CodeGen/TargetSubtargetInfo.h | 13 +++ include/llvm/MC/MCInstrAnalysis.h | 11 +++ include/llvm/MC/MCSchedule.h | 7 ++ include/llvm/Target/TargetInstrPredicate.td | 8 +- include/llvm/Target/TargetSchedule.td | 30 +++++- lib/Target/X86/X86ScheduleBtVer2.td | 34 ++++++- .../llvm-mca/X86/BtVer2/reg-move-elimination-1.s | 24 ++--- .../llvm-mca/X86/BtVer2/reg-move-elimination-2.s | 104 ++++++++++----------- .../llvm-mca/X86/BtVer2/reg-move-elimination-3.s | 86 ++++++++--------- .../llvm-mca/X86/BtVer2/reg-move-elimination-4.s | 67 +++++++------ .../llvm-mca/X86/BtVer2/reg-move-elimination-5.s | 67 +++++++------ tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 14 +-- tools/llvm-mca/lib/InstrBuilder.cpp | 2 + utils/TableGen/CodeGenSchedule.cpp | 14 ++- utils/TableGen/CodeGenSchedule.h | 15 ++- utils/TableGen/SubtargetEmitter.cpp | 14 ++- 16 files changed, 315 insertions(+), 195 deletions(-)