This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b0f8c0f128 [InstCombine] snprintf optimizations new 60c5c559099 [DAGCombiner] In visitBITCAST when trying to constant fold [...] new 388f53488a9 llvm-mca: Add missing includes new f66d8c2e1aa Reapplying r331819 [GlobalISel][Legalizer] More concise [...]
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: include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 12 + include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 1 + include/llvm/CodeGen/MachineOperand.h | 5 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 372 ++++++++------------- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 +- test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 24 +- test/CodeGen/X86/avx512-mask-op.ll | 6 +- tools/llvm-mca/RetireControlUnit.cpp | 2 +- tools/llvm-mca/RetireControlUnit.h | 4 + 10 files changed, 192 insertions(+), 264 deletions(-)