This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ca1126ca83 [ORC] Add a symbolAliases function to the Core APIs. new 00cc8d0f099 Revert r335562 and 335563 "[X86] Redefine avx512 packed fpc [...] new 633b851c9ab [ThinLTO] Add per-module indexes to combined index consistently
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/IntrinsicsX86.td | 18 ++- include/llvm/IR/ModuleSummaryIndex.h | 7 + lib/Bitcode/Reader/BitcodeReader.cpp | 22 ++- lib/IR/AutoUpgrade.cpp | 43 ------ lib/Target/X86/X86ISelLowering.cpp | 25 ++- test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 161 ------------------- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 31 ---- test/CodeGen/X86/avx512dq-intrinsics.ll | 20 +-- .../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 171 --------------------- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 62 -------- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 43 ++---- test/LTO/Resolution/X86/mod-asm-used.ll | 8 +- 12 files changed, 83 insertions(+), 528 deletions(-) delete mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll