This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e8e13e712d [LAA] Avoid generating RT checks for known deps preventing [...] new 6db7914b689 [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generi [...]
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 | 103 ---- lib/IR/AutoUpgrade.cpp | 105 ++-- lib/Target/X86/X86IntrinsicsInfo.h | 32 -- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 64 ++- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 288 ++++++++++- test/CodeGen/X86/avx512-intrinsics.ll | 192 ------- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 128 +++-- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 584 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 584 ---------------------- test/CodeGen/X86/xop-intrinsics-fast-isel.ll | 51 +- test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll | 79 +++ test/CodeGen/X86/xop-intrinsics-x86_64.ll | 80 --- 12 files changed, 1086 insertions(+), 1204 deletions(-)