[all-commits] [llvm/llvm-project] 6a0283: [NewPM] Add an option to dump pass structure
eleviant via All-commits
all-commits at lists.llvm.org
Thu Apr 29 00:30:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a0283d0d23cc8b056005caa31097dfb78853548
https://github.com/llvm/llvm-project/commit/6a0283d0d23cc8b056005caa31097dfb78853548
Author: Evgeny Leviant <eleviant at accesssoftek.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
A clang/test/Driver/debug-pass-structure.c
M llvm/include/llvm/Passes/StandardInstrumentations.h
M llvm/lib/Passes/StandardInstrumentations.cpp
M llvm/test/Other/opt-O3-pipeline.ll
Log Message:
-----------
[NewPM] Add an option to dump pass structure
Patch adds -debug-pass-structure option to dump pass structure when
new pass manager is used.
Differential revision: https://reviews.llvm.org/D99599
More information about the All-commits
mailing list