We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dump
!repr
1 parent 4d8ea66 commit 411c4edCopy full SHA for 411c4ed
llvm/docs/ReleaseNotes.rst
@@ -69,6 +69,13 @@ Changes to building LLVM
69
Changes to TableGen
70
-------------------
71
72
+* Added constructs for debugging TableGen files:
73
+
74
+ * `dump` keyword to dump messages to standard error, see
75
+ https://github.com/llvm/llvm-project/pull/68793.
76
+ * `!repr` bang operator to inspect the content of values, see
77
+ https://github.com/llvm/llvm-project/pull/68716.
78
79
Changes to Interprocedural Optimizations
80
----------------------------------------
81
0 commit comments