This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67a6032 [LoopVectorizer] Predicate instructions in blocks with severa [...] new 911b0b8 Revert "ELFDumper: Unversioned symbols must not have trailing @" new d7a5ad2 [libfuzzer] simplified unit truncation; do not write trunc it [...] new 605a81a AMDGPU: Relax SGPR asm constraint register class new 7be2d15 GlobalISel: combine extracts & sequences created for legalization
The 4 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 | 3 +- .../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 5 ++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 4 + lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 79 +++++++++++++++++++ lib/Fuzzer/FuzzerLoop.cpp | 40 +++------- lib/Fuzzer/test/fuzzer-trunc.test | 8 +- lib/Target/AMDGPU/SIISelLowering.cpp | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 26 +++--- .../AArch64/GlobalISel/legalize-combines.mir | 92 ++++++++++++++++++++++ test/CodeGen/AMDGPU/inline-constraints.ll | 10 +++ test/tools/llvm-readobj/elf-versioninfo.test | 8 +- test/tools/llvm-readobj/mips-got.test | 18 ++--- tools/llvm-readobj/ELFDumper.cpp | 3 - 13 files changed, 236 insertions(+), 62 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-combines.mir