[PATCH] D103406: [TTI] NFC: Reduce InstructionCost::getValue() usage...
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 09:12:09 PDT 2022
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5626
+unsigned
+LoopVectorizationCostModel::selectInterleaveCount(ElementCount VF,
+ InstructionCost LoopCost) {
----------------
The caller at the moment passes in `...getValue()`. So it should probably be updated as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103406/new/
https://reviews.llvm.org/D103406
More information about the llvm-commits
mailing list