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

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 10:41:48 PDT 2025


=?utf-8?q?Gaƫtan?= Bossu <gaetan.bossu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/132781 at github.com>


================
@@ -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
----------------
alexey-bataev wrote:

Loads are handled in the different way. Unless there are no proofs, that it can be shared, better to keep it local to actual uses.

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


More information about the llvm-commits mailing list