[llvm] [SelectionDAG] Add support to filter SelectionDAG dumps during ISel by function names (PR #72696)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 13:13:06 PST 2023
================
@@ -201,6 +201,14 @@ Changes to the C API
Changes to the CodeGen infrastructure
-------------------------------------
+* A new debug type ``isel-dump`` is added to show only the SelectionDAG dumps
+ after each ISel phase (i.e. ``-debug-onlu=isel-dump``). This new debug type
----------------
mshockwave wrote:
Done.
https://github.com/llvm/llvm-project/pull/72696
More information about the llvm-commits
mailing list