This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7624abeb1f [llvm-objcopy] Add --strip-unneeded option new 6e21f264951 [X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvt [...]
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 | 40 ---- lib/IR/AutoUpgrade.cpp | 57 +++--- lib/Target/X86/X86IntrinsicsInfo.h | 14 -- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 3 +- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 11 + test/CodeGen/X86/avx-intrinsics-x86.ll | 16 -- .../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 225 +++++++++++++++++++++ test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 64 ++++++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 64 ------ test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 75 +++---- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 +++ test/CodeGen/X86/avx512vl-intrinsics.ll | 32 --- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 3 +- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 11 + test/CodeGen/X86/sse2-intrinsics-x86.ll | 45 ++--- 15 files changed, 431 insertions(+), 261 deletions(-) create mode 100644 test/CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll