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

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 23:14:01 PDT 2024


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


More information about the llvm-commits mailing list