[llvm] [SLP] Use named structs in vectorizeStores() (NFC) (PR #132781)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 01:26:53 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:
I don't think it hurts to keep the naming generic, but fine, it's your code ;) I will move the code closer and name it specifically for stores.
https://github.com/llvm/llvm-project/pull/132781
More information about the llvm-commits
mailing list