[llvm] [SandboxVectorizer] Add MemSeed bundle types (PR #111584)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 14:06:20 PDT 2024


================
@@ -123,5 +123,35 @@ class SeedBundle {
   }
 #endif // NDEBUG
 };
+
+template <typename LoadOrStoreT> class MemSeedBundle : public SeedBundle {
----------------
vporpo wrote:

A brief description comment?

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


More information about the llvm-commits mailing list