We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7b725 commit ce446a8Copy full SHA for ce446a8
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -4341,11 +4341,11 @@ static bool hasReplicatorRegion(VPlan &Plan) {
4341
[](auto *VPRB) { return VPRB->isReplicator(); });
4342
}
4343
4344
+#ifndef NDEBUG
4345
/// Estimate the register usage for \p Plan and vectorization factors in \p VFs
4346
/// by calculating the highest number of values that are live at a single
4347
/// location as a rough estimate. Returns the register usage for each VF in \p
4348
/// VFs.
-#ifndef NDEBUG
4349
static SmallVector<LoopVectorizationCostModel::RegisterUsage, 8>
4350
calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
4351
const TargetTransformInfo &TTI,
0 commit comments