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 27e371d commit 2631daaCopy full SHA for 2631daa
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1096,6 +1096,8 @@ class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
1096
// Calculates the first active lane index of the vector predicate operands.
1097
// It produces the lane index across all unrolled iterations. Unrolling will
1098
// 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.
1101
FirstActiveLane,
1102
1103
// The opcodes below are used for VPInstructionWithType.
0 commit comments