[llvm] [Instrumentation] Support MachineFunction in ChangeReporter (PR #80946)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 20:12:55 PST 2024
================
@@ -362,6 +384,13 @@ void ChangeReporter<T>::saveIRBeforePass(Any IR, StringRef PassID,
handleInitialIR(IR);
----------------
paperchalice wrote:
Found previous implementation has some problem, will try to combine handleInitialIR and handleInitialMIR.
https://github.com/llvm/llvm-project/pull/80946
More information about the llvm-commits
mailing list