This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 366a2ca [InstSimplify] don't crash handling a pointer or aggregate type new 39008ac [X86] Do not use AND8ri8 in AVX512 pattern new a2132ba [MIRTesting] Abort when failing to parse a function. new 3a4fa31 [PM] Port NaryReassociate to the new PM
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/InitializePasses.h | 2 +- include/llvm/Transforms/Scalar/NaryReassociate.h | 174 +++++++++++++++++++ lib/CodeGen/MachineFunctionAnalysis.cpp | 6 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Target/X86/X86InstrAVX512.td | 2 +- lib/Transforms/Scalar/NaryReassociate.cpp | 186 +++++++++------------ lib/Transforms/Scalar/Scalar.cpp | 2 +- .../AArch64/generic-virtual-registers-error.mir | 26 +-- ...eneric-virtual-registers-with-regbank-error.mir | 24 +++ ... unexpected-size-non-generic-register-phys.mir} | 14 +- .../X86/unexpected-size-non-generic-register.mir | 13 +- test/CodeGen/X86/no-and8ri8.ll | 18 ++ test/Transforms/NaryReassociate/NVPTX/nary-gep.ll | 1 + test/Transforms/NaryReassociate/NVPTX/nary-slsr.ll | 1 + test/Transforms/NaryReassociate/nary-add.ll | 1 + test/Transforms/NaryReassociate/nary-mul.ll | 1 + test/Transforms/NaryReassociate/pr24301.ll | 1 + 18 files changed, 310 insertions(+), 164 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/NaryReassociate.h create mode 100644 test/CodeGen/MIR/AArch64/generic-virtual-registers-with-regbank [...] copy test/CodeGen/MIR/X86/{unexpected-size-non-generic-register.mir => unexpected- [...] create mode 100644 test/CodeGen/X86/no-and8ri8.ll