[all-commits] [llvm/llvm-project] 4b0ef2: [NFC][CostModel]Extend class IntrinsicCostAttribut...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Tue Dec 1 03:13:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b0ef2b075002f94e37dc2f28caf6b167052f93f
https://github.com/llvm/llvm-project/commit/4b0ef2b075002f94e37dc2f28caf6b167052f93f
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[NFC][CostModel]Extend class IntrinsicCostAttributes to use ElementCount Type
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.
Differential Revision: https://reviews.llvm.org/D91532
More information about the All-commits
mailing list