[PATCH] D24653: [X86][AVX512] Drop unused avx512_mask_move_sd/avx512_mask_move_ss intrinsics
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 03:26:15 PDT 2016
RKSimon created this revision.
RKSimon added reviewers: craig.topper, igorb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.
The avx512_mask_move_sd/avx512_mask_move_ss intrinsics have never been used by anything and can be safely removed.
I don't think there is a need to provide an upgrade path but can do so if people really need it.
The c intrinsics _mm_mask(z)_load_sd/_mm_mask(z)_move_sd/_mm_mask_store_sd have never been implemented and if they were could be easily achieved with a generic implementation without the builtins.
Repository:
rL LLVM
https://reviews.llvm.org/D24653
Files:
include/llvm/IR/IntrinsicsX86.td
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24653.71607.patch
Type: text/x-patch
Size: 5381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160916/91f8c9ad/attachment.bin>
More information about the llvm-commits
mailing list