This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b2c37ffb97 Remove llvm/utils/git/find-rev new 4e6cb18b4b6 [AArch64][GlobalISel] Add support for narrowScalar of G_ZEXT
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 18 ++++++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 5 +- lib/Target/X86/X86RegisterBankInfo.cpp | 4 +- .../AArch64/GlobalISel/legalize-sext-128.mir | 25 -------- .../AArch64/GlobalISel/legalize-sext-zext-128.mir | 71 ++++++++++++++++++++++ .../GlobalISel/legalizer-info-validation.mir | 1 + 6 files changed, 95 insertions(+), 29 deletions(-) delete mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sext-128.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sext-zext-128.mir