[all-commits] [llvm/llvm-project] 9c1cdc: [StandardInstrumentations] Ignore VerifierPass/Pri...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Fri Sep 29 10:31:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c1cdc23f82ba26c597554363e4e7aa45f3196ed
https://github.com/llvm/llvm-project/commit/9c1cdc23f82ba26c597554363e4e7aa45f3196ed
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
M llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.ll
M llvm/test/Other/ChangePrinters/print-changed-diff.ll
M llvm/test/Other/change-printer.ll
M llvm/test/Other/print-at-pass-number.ll
M llvm/test/Other/printer.ll
M llvm/test/Other/scc-pass-printer.ll
Log Message:
-----------
[StandardInstrumentations] Ignore VerifierPass/PrintModulePass when printing IR (#67730)
These don't affect the IR, so we should ignore them.
More information about the All-commits
mailing list