[PATCH] D24653: [X86][AVX512] Drop unused avx512_mask_move_sd/avx512_mask_move_ss intrinsics

michael zuckerman via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 18 07:03:09 PDT 2016


m_zuckerman added a comment.

Hey ,
We will be glad if this code will stay as it is. 
We plan to apply the move{ss|sd} intrinsics via this code (https://reviews.llvm.org/D21021).
Further work needs to be done for the generic approach, since it doesn't end with correct instruction(conditional move instead of mask move).

Thanks, 
Michael Zuckerman


Repository:
  rL LLVM

https://reviews.llvm.org/D24653





More information about the llvm-commits mailing list