Skip to content

Commit 53d9ac6

Browse files
committed
Updated comment
1 parent e8cb377 commit 53d9ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
14851485
})
14861486
.Case<VPInstruction>([&](VPInstruction *VPI) -> VPRecipeBase * {
14871487
VPValue *LHS, *RHS;
1488-
// Transform predicated reduction select
1488+
// Transform select with a header mask condition
14891489
// select(header_mask, LHS, RHS)
14901490
// into vector predication merge.
14911491
// vp.merge(all-true, LHS, RHS, EVL)

0 commit comments

Comments
 (0)