[all-commits] [llvm/llvm-project] 703130: [TTI] Change TargetTransformInfo::getMinimumVF to ...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Thu Feb 11 01:09:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 703130fb016ac21b0a4537b0c8cf66ac15e8a7ac
https://github.com/llvm/llvm-project/commit/703130fb016ac21b0a4537b0c8cf66ac15e8a7ac
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[TTI] Change TargetTransformInfo::getMinimumVF to return ElementCount
This will be needed in the loop-vectorizer where the minimum VF
requested may be a scalable VF. getMinimumVF now takes an additional
operand 'IsScalableVF' that indicates whether a scalable VF is required.
Reviewed By: kparzysz, rampitec
Differential Revision: https://reviews.llvm.org/D96020
More information about the All-commits
mailing list