[llvm] [LoopVectorize] Generate wide active lane masks (PR #147535)
Kerry McLaughlin via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 02:15:40 PDT 2025
================
@@ -958,6 +958,10 @@ class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
Not,
SLPLoad,
SLPStore,
+ // Creates an active lane mask used by predicated vector operations in
+ // the loop. Elements in the mask are active if the corrosponding element
+ // in the source (first op) are less than the counter, starting at index
----------------
kmclaughlin-arm wrote:
Thanks @david-arm , my comment was incorrect.
https://github.com/llvm/llvm-project/pull/147535
More information about the llvm-commits
mailing list