[PATCH] D92177: [NFC][InstructionCost] Refactor LoopVectorizationCostModel::selectVectorizationFactor
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 07:32:38 PST 2020
ctetreau added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5414
- unsigned Width = 1;
- LLVM_DEBUG(dbgs() << "LV: Scalar loop costs: " << (int)ScalarCost << ".\n");
----------------
Why was this removed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92177/new/
https://reviews.llvm.org/D92177
More information about the llvm-commits
mailing list