• Kevin Modzelewski's avatar
    Greatly reduce verbosity in -v mode · 467c4fd5
    Kevin Modzelewski authored
    All the old prints still exist, but at -vv or even -vvv mode.
    
    The basic system is:
    -v mode gives information about the overall execution: what functions we
        run into, what things take longer than we expected, etc.
    -vv mode gives information about each function: the cfg, llvm ir, etc.
    -vvv gives information about each BB.
    467c4fd5
rewriter.cpp 52.5 KB