================
@@ -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