vikramRH wrote: > Could we introduce a pass instrumentation for usages like this? It looks like > some extra work is needed, because `PassInstrumentation` doesn't reference > pass managers.
I do not see other such usecases that would warrant a new pass instrumentation (atleast now..). do you think we should create one for this use case right now ? (What I could also probably do is to move the dump() inside the analyze() method, However HexagonCopyHoisting pass seems to call the reanalyze() on live Interval analysis which might result in unintended output ) https://github.com/llvm/llvm-project/pull/173488 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
