================ @@ -291,6 +291,22 @@ class MoveInstr : public IRChangeBase { #endif // NDEBUG }; +class InsertIntoBB : public IRChangeBase { ---------------- vporpo wrote: Yeah, I think all of them should be marked as `final`. https://github.com/llvm/llvm-project/pull/101595