[llvm] [SelectionDAG] Add support to filter SelectionDAG dumps during ISel by function names (PR #72696)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 10:32:00 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
----------------
ilovepi wrote:

typo: `-debug-only=`

https://github.com/llvm/llvm-project/pull/72696


More information about the llvm-commits mailing list