Skip to content

Commit 2631daa

Browse files
committed
Update comment
1 parent 27e371d commit 2631daa

File tree

1 file changed

+2
-0
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,8 @@ class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
10961096
// Calculates the first active lane index of the vector predicate operands.
10971097
// It produces the lane index across all unrolled iterations. Unrolling will
10981098
// add all copies of its original operand as additional operands.
1099+
// Implemented with @llvm.experimental.cttz.elts, but returns the expected
1100+
// result even with operands that are all zeroes.
10991101
FirstActiveLane,
11001102

11011103
// The opcodes below are used for VPInstructionWithType.

0 commit comments

Comments
 (0)