This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 07010a7 [CostModel][X86] Added some AVX512 and 512-bit vector cost tests new 2c69b18 GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT new 8c28aa1 [PM] Re-instate r279227 and r279228 with a fix to the way the [...]
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: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 34 ++++--- include/llvm/IR/IRPrintingPasses.h | 2 +- include/llvm/IR/PassManager.h | 103 +++++++++++++-------- include/llvm/IR/PassManagerInternal.h | 37 +++++--- lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 37 +++++--- lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 17 +++- lib/Passes/PassBuilder.cpp | 15 +-- .../AArch64/GlobalISel/arm64-irtranslator.ll | 16 ++-- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 24 ++--- unittests/IR/PassManagerTest.cpp | 57 ++++++++++++ 11 files changed, 237 insertions(+), 113 deletions(-)