[llvm] [NewPM][CodeGen][llc] Add NPM support (PR #70922)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 16:23:45 PST 2023
================
@@ -506,6 +506,9 @@ static void registerPartialPipelineCallback(PassInstrumentationCallbacks &PIC,
unsigned StopBeforeInstanceNum = 0;
unsigned StopAfterInstanceNum = 0;
+ bool IsStopBeforeMachinePass = false;
----------------
paperchalice wrote:
Already in #70912.
https://github.com/llvm/llvm-project/pull/70922
More information about the llvm-commits
mailing list