This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a92b76 [Docs] Fix a broken link in the Kaleidoscope tutorial. new 7e9a83f [X86] Remove some dead intrinsics. They aren't implemented an [...] new 5db4eb4 [X86] Remove masked shufpd/shufps intrinsics and autoupgrade [...]
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 | 52 --------------- lib/IR/AutoUpgrade.cpp | 26 ++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 12 ---- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 37 +++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 37 ----------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 77 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 85 ++----------------------- 7 files changed, 144 insertions(+), 182 deletions(-)