[PATCH] D26128: [X86][avx512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.
Ayman Musa via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 30 05:16:44 PDT 2016
aymanmus created this revision.
aymanmus added reviewers: zvi, igorb, m_zuckerman, delena.
aymanmus added a subscriber: llvm-commits.
Removing the intrinsics as they are no longer needed. Clang now lowers the C intrinsics to generic llvm IR.
Also updating the AutoUpgrade pass to deal with the removal of these intrinsics.
https://reviews.llvm.org/D26128
Files:
include/llvm/IR/IntrinsicsX86.td
lib/IR/AutoUpgrade.cpp
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26128.76333.patch
Type: text/x-patch
Size: 6030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161030/f1e3d3d0/attachment.bin>
More information about the llvm-commits
mailing list