[clang] [llvm] [LV] Mask off possibly aliasing vector lanes (PR #100579)

Sam Tebbs via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 06:07:15 PDT 2024


================
@@ -448,6 +448,20 @@ struct PointerDiffInfo {
         NeedsFreeze(NeedsFreeze) {}
 };
 
+/// A pair of pointers that could overlap across a loop iteration.
----------------
SamTebbs33 wrote:

That sounds good to me. I originally put it here so it was next to the related `PointerDiffInfo`

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


More information about the cfe-commits mailing list