diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2023-11-20 14:00:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 14:00:47 -0800 |
commit | 0e24179797faf5d309fcc5024131c2293accff26 (patch) | |
tree | b19f22526628a4fb63711c2239855803405605bd /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a1e2c6566305061c115954b048f2957c8d55cb5b (diff) | |
download | llvm-0e24179797faf5d309fcc5024131c2293accff26.zip llvm-0e24179797faf5d309fcc5024131c2293accff26.tar.gz llvm-0e24179797faf5d309fcc5024131c2293accff26.tar.bz2 |
[SelectionDAG] Add support to filter SelectionDAG dumps during ISel by function names (#72696)
`-debug-only=isel-dump` is the new debug type for printing SelectionDAG
after each ISel phase. This can be furthered filter by
`-filter-print-funcs=<function names>`.
Note that the existing `-debug-only=isel` will take precedence over the
new behavior and print SelectionDAG dumps of every single function
regardless of `-filter-print-funcs`'s values.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions