This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5f25a94d87 [X86] Add SSE1 command line to atomic-fp.ll and atomic-non- [...] new 250ffab4a28 [AArch64][GlobalISel] Scalarize vector SDIV. new a0d08405e7a [AArch64][GlobalISel] Add legalizer support for <8 x s16> a [...] new b2903912f8d [AArch64][GlobalISel] Make <2 x p0> = G_BUILD_VECTOR legal.
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 1 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 46 ++++++ .../AArch64/GlobalISel/legalize-build-vector.mir | 17 ++ test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 37 ++++- test/CodeGen/AArch64/GlobalISel/select-binop.mir | 61 +++++++ .../AArch64/GlobalISel/select-build-vector.mir | 177 ++++----------------- 7 files changed, 195 insertions(+), 150 deletions(-)