[PATCH] D143789: [X86] Try harder to convert `{v}blendw` -> `{v}blend{d|ps}`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 15:32:22 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.
`{v}blend{d|ps}` is basically always faster or as fast as `{v}blendw`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143789
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/combine-sdiv.ll
llvm/test/CodeGen/X86/shuffle-blendw.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143789.496618.patch
Type: text/x-patch
Size: 5859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/b03f35b4/attachment.bin>
More information about the llvm-commits
mailing list