This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cba2181e776 AMDGPU: Separate R600 and GCN TableGen files new a233e5b07ac [X86] Remove masking from the avx512 packed sqrt intrinsics [...]
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 | 10 +- lib/IR/AutoUpgrade.cpp | 23 ++- lib/Target/X86/X86ISelLowering.cpp | 29 +++- lib/Target/X86/X86IntrinsicsInfo.h | 8 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 202 ++++++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 168 ++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 128 ++++++++++++++- 7 files changed, 540 insertions(+), 28 deletions(-)