[PATCH] D64681: Stop IR Dumps occurring after MachineVerifier
    Charles Zhang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 23 09:26:05 PDT 2019
    
    
  
czhang added a comment.
Seems like the same reasoning could apply to any type of immutable pass, not just verifier passes. It seems a little ad-hoc to single out the machine verifier pass for IR dumping. The benefit of treating all immutable passes this way is that one can simply disable printing based on class.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64681/new/
https://reviews.llvm.org/D64681
    
    
More information about the llvm-commits
mailing list