================ @@ -291,6 +291,22 @@ class MoveInstr : public IRChangeBase { #endif // NDEBUG }; +class InsertIntoBB : public IRChangeBase { ---------------- tschuett wrote: `class InsertIntoBB final : public IRChangeBase {` ? https://github.com/llvm/llvm-project/pull/101595