This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6633705a455 GlobalISel: Make buildConstant handle vectors new 8e95f26b197 [FileCheck] Suppress old -v/-vv diags if dumping input new 5f7a8a499f5 GlobalISel: Allow shift amount to be a different type new a64600d7af8 FileOutputBuffer: handle mmap(2) failure
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: docs/CommandGuide/FileCheck.rst | 5 +- .../GlobalISel/LegalizationArtifactCombiner.h | 6 +- include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 5 + include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 3 +- include/llvm/Target/GenericOpcodes.td | 6 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 64 +++++++--- lib/Support/FileCheck.cpp | 56 ++++++--- lib/Support/FileOutputBuffer.cpp | 8 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 19 ++- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 + lib/Target/ARM/ARMLegalizerInfo.cpp | 7 +- lib/Target/Mips/MipsLegalizerInfo.cpp | 7 +- lib/Target/X86/X86InstructionSelector.cpp | 23 ++-- lib/Target/X86/X86LegalizerInfo.cpp | 23 +++- lib/Target/X86/X86RegisterBankInfo.cpp | 18 ++- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 58 ++++++++- test/CodeGen/AArch64/GlobalISel/legalize-undef.mir | 4 +- .../GlobalISel/legalizer-info-validation.mir | 12 +- test/CodeGen/X86/GlobalISel/ashr-scalar.ll | 13 +- test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 4 - test/CodeGen/X86/GlobalISel/ext.ll | 4 - test/CodeGen/X86/GlobalISel/gep.ll | 4 - .../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 6 +- test/CodeGen/X86/GlobalISel/lshr-scalar.ll | 13 +- test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir | 83 +++++------- test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir | 83 +++++------- test/CodeGen/X86/GlobalISel/select-shl-scalar.mir | 83 +++++------- test/CodeGen/X86/GlobalISel/shl-scalar.ll | 13 +- .../X86/GlobalISel/x86_64-legalize-sitofp.mir | 24 ++-- test/FileCheck/dump-input-annotations.txt | 137 +++++++++++++++----- test/FileCheck/dump-input-enable.txt | 139 ++++++++++++++------- utils/FileCheck/FileCheck.cpp | 9 +- 32 files changed, 572 insertions(+), 369 deletions(-)