[llvm] [SLP] Use named structs in vectorizeStores() (NFC) (PR #132781)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 08:26:45 PDT 2025


================
@@ -884,6 +884,42 @@ class InstructionsState {
   static InstructionsState invalid() { return {nullptr, nullptr}; }
 };
 
+/// A reference to a ld/st instruction and the distance of its address to a base
----------------
gbossu wrote:

Is there really no code that can be shared? I see `getPointersDiff` is also used in the logic for vectorizing loads

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


More information about the llvm-commits mailing list