[PATCH] D132374: [TTI] Add SK_Splice shuffle mask detection and X86 costs
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 06:09:40 PDT 2022
RKSimon created this revision.
RKSimon added reviewers: dmgreen, fhahn, pengfei, spatel, craig.topper.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
RKSimon requested review of this revision.
Herald added a project: LLVM.
Enables fixed sized vectors to detect SK_Splice shuffle patterns and provides basic X86 cost support
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132374
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/IR/Instructions.h
llvm/lib/IR/Instructions.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/test/Analysis/CostModel/X86/shuffle-splice.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132374.454476.patch
Type: text/x-patch
Size: 76406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/892a1091/attachment.bin>
More information about the llvm-commits
mailing list