[llvm] [LV]Initial support for safe distance in predicated DataWithEVL vectorization mode. (PR #102897)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 16:08:22 PDT 2024
================
@@ -1243,6 +1243,11 @@ class VPInstruction : public VPRecipeWithIRFlags {
SLPLoad,
SLPStore,
ActiveLaneMask,
+ /// Creates special scalar explicit-vector-length instruction, which
----------------
ayalz wrote:
```suggestion
/// Creates scalar explicit-vector-length instruction which
```
https://github.com/llvm/llvm-project/pull/102897
More information about the llvm-commits
mailing list