[PATCH] D47124: [X86] Remove masking from vpternlog intrinsics. Use a select in IR instead.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 14:02:26 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL332890: [X86] Remove masking from vpternlog intrinsics. Use a select in IR instead. (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47124?vs=147821&id=147867#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47124

Files:
  llvm/trunk/include/llvm/IR/IntrinsicsX86.td
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86IntrinsicsInfo.h
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/avx512-vpternlog-commute.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/stack-folding-int-avx512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47124.147867.patch
Type: text/x-patch
Size: 124772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180521/87273e83/attachment-0001.bin>


More information about the llvm-commits mailing list