This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4352a046c59 [AsmPrinterDwarf] Add support for .cfi_restore directive new 52f6f2ce7b3 Allow inaccessiblememonly and inaccessiblemem_or_argmemonly [...] new 122fe39c725 Adding test for extraxt sub vector load and store avx512
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/IR/CallSite.h | 18 + include/llvm/IR/InstrTypes.h | 6 + include/llvm/IR/Instructions.h | 36 + lib/Analysis/BasicAliasAnalysis.cpp | 4 + test/Analysis/BasicAA/cs-cs.ll | 115 +- .../X86/avx512-extract-subvector-load-store.ll | 1458 ++++++++++++++++++++ 6 files changed, 1618 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/X86/avx512-extract-subvector-load-store.ll