This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9838656296 Recommit rL319407: [SROA] enable splitting for non-whole-al [...] new af9296a79cc GlobalISel: Enable the legalization of G_MERGE_VALUES and G [...]
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/Target/GenericOpcodes.td | 8 +-- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 22 ++++--- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 17 +++++ lib/Target/ARM/ARMLegalizerInfo.cpp | 9 +++ lib/Target/X86/X86LegalizerInfo.cpp | 73 ++++++++++++++++++++++ .../AArch64/GlobalISel/legalize-combines.mir | 21 ------- .../AArch64/GlobalISel/legalize-merge-values.mir | 30 +++++++++ .../GlobalISel/legalize-nonpowerof2eltsvec.mir | 34 +++++----- .../AArch64/GlobalISel/legalize-unmerge-values.mir | 28 +++++++++ test/CodeGen/AArch64/GlobalISel/no-regclass.mir | 4 +- 10 files changed, 193 insertions(+), 53 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir