[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 09:20:41 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:

Would you be opposed to leaving the code this way? I'm not familiar with the code yet, but it seems that loads also get sorted by distance, at least in some code paths. So I don't think it would hurt to leave the door open to more code sharing.

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


More information about the llvm-commits mailing list