[llvm] [SandboxIR][Tracker] Track InsertIntoBB (PR #101595)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 08:58:50 PDT 2024


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


More information about the llvm-commits mailing list