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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 20 22:35:39 PDT 2018


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel, GBuella.

This removes 6 intrinsics since we no longer need separate mask and maskz intrinsics.


Repository:
  rL LLVM

https://reviews.llvm.org/D47124

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

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


More information about the llvm-commits mailing list