[llvm] [NewPM][CodeGen][llc] Add NPM support (PR #70922)
    Arthur Eubanks via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 21 10:23:35 PST 2023
    
    
  
================
@@ -506,6 +506,9 @@ static void registerPartialPipelineCallback(PassInstrumentationCallbacks &PIC,
   unsigned StopBeforeInstanceNum = 0;
   unsigned StopAfterInstanceNum = 0;
 
+  bool IsStopBeforeMachinePass = false;
----------------
aeubanks wrote:
this patch is doing too much at once, please split out the stop before/after to a separate change
https://github.com/llvm/llvm-project/pull/70922
    
    
More information about the llvm-commits
mailing list