This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25acc068662 [GlobalISel] Check LLT size matches memory size for non-tru [...] new f1453095a27 [ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar d [...] new c66f66b6b9f Re-commit "[GlobalISel] Add legalization support for non-po [...]
The 2 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/LegalizerInfo.h | 4 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 99 +- lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 35 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 13 +- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 - .../GlobalISel/legalize-non-pow2-load-store.mir | 50 + test/CodeGen/X86/masked_compressstore.ll | 5370 ++++++++++--------- test/CodeGen/X86/masked_expandload.ll | 5519 +++++++++----------- test/CodeGen/X86/pr39666.ll | 19 +- .../X86/expand-masked-compressstore.ll | 23 +- .../X86/expand-masked-expandload.ll | 27 +- 11 files changed, 5469 insertions(+), 5710 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir