[PATCH] D91532: [SVE][CostModel]Extend class IntrinsicCostAttributes to use ElementCount Type
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 05:14:34 PST 2020
CarolineConcatto created this revision.
Herald added subscribers: llvm-commits, kerbowa, psnobl, hiraditya, tschuett, nhaehnle, jvesely, arsenm.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
CarolineConcatto requested review of this revision.
This patch replaces the attribute `unsigned VF` in the class
IntrinsicCostAttributes by `ElementCount VF`.
This is a non-functional change to help upcoming patches to compute the cost
model for scalable vector inside this class.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91532
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91532.305477.patch
Type: text/x-patch
Size: 6166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201116/0b104fd0/attachment.bin>
More information about the llvm-commits
mailing list