This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79565823240 [LICM] Allow AliasSetMap to contain top-level loops. new a96d27f11f2 [NFC][CodeGen][X86][AArch64] Add and-const-mask + const-shi [...]
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: test/CodeGen/AArch64/const-shift-of-constmasked.ll | 1104 ++++++ .../vector_splat-const-shift-of-constmasked.ll | 1265 +++++++ test/CodeGen/X86/const-shift-of-constmasked.ll | 2100 ++++++++++++ .../X86/vector_splat-const-shift-of-constmasked.ll | 3536 ++++++++++++++++++++ 4 files changed, 8005 insertions(+) create mode 100644 test/CodeGen/AArch64/const-shift-of-constmasked.ll create mode 100644 test/CodeGen/AArch64/vector_splat-const-shift-of-constmasked.ll create mode 100644 test/CodeGen/X86/const-shift-of-constmasked.ll create mode 100644 test/CodeGen/X86/vector_splat-const-shift-of-constmasked.ll