[PATCH] D83155: [X86] Disable VPBLENDVB formation in combineLogicBlendIntoPBLENDV if VPTERNLOG is supported.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 3 22:42:24 PDT 2020
craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
VPBLENDVB is multiple uops while VPTERNLOG is a single uop. So
we should use that instead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83155
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/vselect-packss.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83155.275481.patch
Type: text/x-patch
Size: 8237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200704/46192950/attachment.bin>
More information about the llvm-commits
mailing list