This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf3b5163fff Move the setting of LLVM_BUILD_MODE to a macro so that we c [...] new 377a566dcea [X86] test/testn intrinsics lowering to IR. llvm part.
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 | 74 - lib/IR/AutoUpgrade.cpp | 53 +- lib/Target/X86/X86IntrinsicsInfo.h | 24 - test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 158 ++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 74 + test/CodeGen/X86/avx512-intrinsics.ll | 77 - test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 1650 ++++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 133 +- test/CodeGen/X86/avx512bw-intrinsics.ll | 128 -- .../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 394 +++++ test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 154 ++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 151 -- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 418 +++++ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 152 ++ test/CodeGen/X86/avx512vl-intrinsics.ll | 154 -- 15 files changed, 3169 insertions(+), 625 deletions(-)