[llvm] [LoopVectorize] Perform loop versioning for some early exit loops (PR #120603)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 12:28:10 PST 2025


================
@@ -2163,6 +2169,27 @@ class GeneratedRTChecks {
 };
 } // namespace
 
+static void addPointerAlignmentChecks(
+    const SmallVectorImpl<std::pair<const SCEV *, Type *>> *Ptrs, Function *F,
----------------
fhahn wrote:

```suggestion
    ArrayRefl<std::pair<const SCEV *, Type *> Ptrs, Function *F,
```

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


More information about the llvm-commits mailing list