This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c294019923 [X86] Add new test file that was supposed to go with r351028. new eebe489c8e5 [X86] Remove mask parameter from avx512 pmultishiftqb intri [...]
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 | 21 ++-- lib/IR/AutoUpgrade.cpp | 10 ++ lib/Target/X86/X86IntrinsicsInfo.h | 9 +- .../CodeGen/X86/avx512vbmi-intrinsics-fast-isel.ll | 64 +++++++++++ test/CodeGen/X86/avx512vbmi-intrinsics-upgrade.ll | 30 ++++++ test/CodeGen/X86/avx512vbmi-intrinsics.ll | 26 ++--- .../X86/avx512vbmivl-intrinsics-fast-isel.ll | 118 +++++++++++++++++++++ .../CodeGen/X86/avx512vbmivl-intrinsics-upgrade.ll | 60 +++++++++++ test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 52 +++++---- 9 files changed, 338 insertions(+), 52 deletions(-)