[llvm] [SandboxVec][VecUtils] Lane Enumerator (PR #188355)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 10:52:19 PDT 2026
================
@@ -304,6 +305,69 @@ class VecUtils {
WhereIt, Ctx, "Unpack");
}
+ /// Iterate over all lanes and Value pairs commulatively.
----------------
vporpo wrote:
Yeah it's not clear what it means. I just dropped it, I think the example describes it better.
https://github.com/llvm/llvm-project/pull/188355
More information about the llvm-commits
mailing list