This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8425f92 [SCEV] Scale back the test added in r294181 as it goes quadra [...] new 1ba9ee9 [SLP] Revert "Allow using of extra values in horizontal reductions." new 5caac9d [X86] Fix some Include What You Use warnings; other minor fix [...] new bfa4666 GlobalISel: legalize G_INSERT instructions new 8000e7a GlobalISel: fall back gracefully when we can't map an operand [...]
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/LegalizerHelper.h | 9 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 90 ++++++++ lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 1 + lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 47 ++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 12 + lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 12 +- lib/Target/AArch64/AArch64RegisterBankInfo.h | 9 +- lib/Target/X86/AsmParser/X86Operand.h | 21 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 14 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.h | 7 +- lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 10 +- lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 4 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 79 +------ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 12 +- .../AArch64/GlobalISel/legalize-inserts.mir | 100 +++++++++ .../SLPVectorizer/X86/horizontal-list.ll | 248 +++++++++++---------- 16 files changed, 445 insertions(+), 230 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-inserts.mir