[all-commits] [llvm/llvm-project] 404dc7: [TTI] getExtractWithExtendCost - remove default In...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 27 07:44:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 404dc7af5db59186523eca136f71d87e606016e1
https://github.com/llvm/llvm-project/commit/404dc7af5db59186523eca136f71d87e606016e1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
Log Message:
-----------
[TTI] getExtractWithExtendCost - remove default Index = -1 value
We currently always specify the index (even if we set it to -1), and a future patch will need to adjust this method to make it more compatible with getScalarizationOverhead
More information about the All-commits
mailing list