[llvm] [SandboxVectorizer] Add container class to track and manage SeedBundles (PR #112048)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 01:45:13 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.");
+ }
+
----------------
tschuett wrote:
`llvm_unreachable`?
https://github.com/llvm/llvm-project/pull/112048
More information about the llvm-commits
mailing list