[PATCH] D26022: [X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD instructions

Ayman Musa via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 00:57:39 PDT 2016


aymanmus created this revision.
aymanmus added reviewers: igorb, zvi, delena, m_zuckerman.
aymanmus added a subscriber: llvm-commits.

Added patterns to catch the llvm IR produced by Clang for the AVX512 masked move/store/load {ss|sd} intrinsics.
Also removing the x86 intrinsic for masked move_ss, and updating the AutoUpgrade pass accordingly.


https://reviews.llvm.org/D26022

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/IR/AutoUpgrade.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512-intrinsics.ll
  test/CodeGen/X86/avx512-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26022.75987.patch
Type: text/x-patch
Size: 22783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/a79b7464/attachment.bin>


More information about the llvm-commits mailing list