This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 2192111fb2e Merging r324962: (only the first hunk; see PR36375) new 3af8845fb1a Revert r320917 for PR36357 new a1b3df34e9e Revert r319778 (and r319911) due to PR36357
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 | 9 + lib/IR/AutoUpgrade.cpp | 7 - lib/Target/X86/X86ISelLowering.cpp | 59 +--- lib/Target/X86/X86IntrinsicsInfo.h | 5 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 53 ---- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 14 - test/CodeGen/X86/avx512-intrinsics.ll | 15 + test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 371 ++++++++-------------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 40 --- test/CodeGen/X86/avx512bw-intrinsics.ll | 49 +++ 10 files changed, 219 insertions(+), 403 deletions(-)