This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from da8c6171835 gn build: Fix Python 3 write_vcsrevision script compatibility new 8bd15f83d03 [MCA] Moved the logic that updates register dependencies fr [...] new 345ef3537bd [X86][SSE] Rename SimplifyDemandedVectorElts BLENDV tests new 046c81ea493 Recommit: Add support for prefix-only CLI options new 2c6406031ee Recommit: Detect incorrect FileCheck variable CLI definition
The 4 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/MCA/HardwareUnits/RegisterFile.h | 3 +- include/llvm/MCA/HardwareUnits/Scheduler.h | 2 +- include/llvm/MCA/Instruction.h | 18 +++---- include/llvm/MCA/Stages/DispatchStage.h | 2 - include/llvm/Support/CommandLine.h | 8 ++- lib/MCA/HardwareUnits/RegisterFile.cpp | 21 ++++++-- lib/MCA/Instruction.cpp | 2 +- lib/MCA/Stages/DispatchStage.cpp | 23 +-------- lib/Support/CommandLine.cpp | 19 +++++-- test/CodeGen/X86/combine-sse41-intrinsics.ll | 12 ++--- test/FileCheck/defines.txt | 26 ++++++++-- unittests/Support/CommandLineTest.cpp | 74 +++++++++++++++++++++++++++ utils/FileCheck/FileCheck.cpp | 26 ++++++++-- 13 files changed, 175 insertions(+), 61 deletions(-)