This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b07352f4c8 [MachineOutliner][NFC] Remove buildCandidateList and replac [...] new 922f82fa410 [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC [...]
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/GlobalISel/MachineIRBuilder.h | 40 +++++++++++++++ include/llvm/Support/TargetOpcodes.def | 11 ++++ include/llvm/Target/GenericOpcodes.td | 22 ++++++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 58 ++++++++++++++++++++++ lib/CodeGen/MachineVerifier.cpp | 57 +++++++++++++++++++++ .../GlobalISel/legalizer-info-validation.mir | 9 ++++ ...mismatch_types.mir => gisel-g_build_vector.mir} | 14 ++---- ...ch_types.mir => gisel-g_build_vector_trunc.mir} | 14 ++---- ...ismatch_types.mir => gisel-g_concat_vector.mir} | 16 +++--- 9 files changed, 214 insertions(+), 27 deletions(-) copy test/Verifier/{test_copy_mismatch_types.mir => gisel-g_build_vector.mir} (58%) copy test/Verifier/{test_copy_mismatch_types.mir => gisel-g_build_vector_trunc.mir} (58%) copy test/Verifier/{test_copy_mismatch_types.mir => gisel-g_concat_vector.mir} (58%)