This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd34282 [Support] Add StringRef::find_lower and contains_lower. new 7aa2751 [AVX-512] Remove the remaining masked shift by immediate or b [...]
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 | 65 --------- lib/IR/AutoUpgrade.cpp | 139 ++++++++++-------- lib/Target/X86/X86IntrinsicsInfo.h | 22 --- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 119 ++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 120 ---------------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 180 ++++++++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 180 ------------------------ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 80 +++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 84 +---------- 9 files changed, 465 insertions(+), 524 deletions(-)