[PATCH] D92177: [NFC][InstructionCost] Refactor LoopVectorizationCostModel::selectVectorizationFactor
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 07:36:05 PST 2020
david-arm 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");
----------------
ctetreau wrote:
> Why was this removed?
Not sure which line you're referring to here - the debug line is still there I think?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92177/new/
https://reviews.llvm.org/D92177
More information about the llvm-commits
mailing list