[llvm] [SandboxVectorizer] Add container class to track and manage SeedBundles (PR #112048)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 14:26:52 PDT 2024


================
@@ -54,6 +54,10 @@ class SeedBundle {
     NumUnusedBits += Utils::getNumBits(I);
   }
 
+  virtual void insert(Instruction *I, ScalarEvolution &SE) {
+    assert("Subclasses must override this function.");
+  }
+
----------------
artagnon wrote:

`= 0`?

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


More information about the llvm-commits mailing list