[PATCH] D147507: [X86] Disable masked UNPCKLPD/UNPCKHPD -> SHUFPS transformation
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 23:48:55 PDT 2023
pengfei created this revision.
pengfei added reviewers: goldstein.w.n, RKSimon.
Herald added a subscriber: hiraditya.
Herald added a project: All.
pengfei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
UNPCKLPD/UNPCKHPD is a 64-bit element operation. The masked version
doesn't match SHUFPS in lanes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147507
Files:
llvm/lib/Target/X86/X86FixupInstTuning.cpp
llvm/test/CodeGen/X86/tuning-shuffle-unpckpd-avx512.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147507.510710.patch
Type: text/x-patch
Size: 14348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230404/54e9c243/attachment.bin>
More information about the llvm-commits
mailing list