[llvm] [LV] Optimise users of induction variables in early exit blocks (PR #130766)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 02:59:42 PDT 2025


================
@@ -882,6 +882,8 @@ class VPInstruction : public VPRecipeWithIRFlags,
     // Extracts the first active lane of a vector, where the first operand is
     // the predicate, and the second operand is the vector to extract.
     ExtractFirstActive,
+    // Calculates the first active lane index of the vector predicate operand.
+    FirstActiveLane,
----------------
david-arm wrote:

Yep, I can do that. Split off into https://github.com/llvm/llvm-project/pull/131118.

https://github.com/llvm/llvm-project/pull/130766


More information about the llvm-commits mailing list