[all-commits] [llvm/llvm-project] 7abef4: [NewPM] Print 'Skipping pass' as pass instrumentation
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Aug 7 15:02:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7abef41674249cbc2e23a800762dc8f98013de66
https://github.com/llvm/llvm-project/commit/7abef41674249cbc2e23a800762dc8f98013de66
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M llvm/include/llvm/Passes/StandardInstrumentations.h
M llvm/lib/Passes/StandardInstrumentations.cpp
M llvm/test/Feature/optnone-opt.ll
Log Message:
-----------
[NewPM] Print 'Skipping pass' as pass instrumentation
If OptNoneInstrumentation prints it instead, 'Skipping pass' will print for even required passes.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D85493
More information about the All-commits
mailing list