[PATCH] D144763: [X86] Add masked predicate execution variants for instructions in X86FixupInstTuning

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 15:11:53 PST 2023


goldstein.w.n created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
goldstein.w.n requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Masked variants of UNPCKLPD, UNPCKHPD, and PERMILPS were missing and
be transformed with the same logic as their non-masked counterparts.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144763

Files:
  llvm/lib/Target/X86/X86FixupInstTuning.cpp
  llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  llvm/test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll
  llvm/test/CodeGen/X86/vector-shuffle-combining-avx512f.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144763.500313.patch
Type: text/x-patch
Size: 43758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230224/35de8e26/attachment-0001.bin>


More information about the llvm-commits mailing list