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 daa30ae commit 54fdf67Copy full SHA for 54fdf67
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -236,7 +236,7 @@ static bool sinkScalarOperands(VPlan &Plan) {
236
237
/// If \p R is a region with a VPBranchOnMaskRecipe in the entry block, return
238
/// the mask.
239
-VPValue *getPredicatedMask(VPRegionBlock *R) {
+static VPValue *getPredicatedMask(VPRegionBlock *R) {
240
auto *EntryBB = dyn_cast<VPBasicBlock>(R->getEntry());
241
if (!EntryBB || EntryBB->size() != 1 ||
242
!isa<VPBranchOnMaskRecipe>(EntryBB->begin()))
0 commit comments