This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 633b851c9ab [ThinLTO] Add per-module indexes to combined index consistently new d1d8627cf4c [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
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: include/llvm/IR/IntrinsicsX86.td | 18 +-- 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 ++++-- 9 files changed, 519 insertions(+), 55 deletions(-) create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll