[llvm] [Instrumentation] Support MachineFunction in ChangeReporter (PR #80946)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 10:18:41 PST 2024


================
@@ -362,6 +384,13 @@ void ChangeReporter<T>::saveIRBeforePass(Any IR, StringRef PassID,
       handleInitialIR(IR);
----------------
aeubanks wrote:

should we be calling this on MIR?

https://github.com/llvm/llvm-project/pull/80946


More information about the llvm-commits mailing list