[llvm] 411c4ed - [ReleaseNotes][TableGen] Add `dump` and `!repr`. (#68893)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 00:29:37 PDT 2023
Author: Francesco Petrogalli
Date: 2023-10-19T09:29:33+02:00
New Revision: 411c4edeef076bd2e01b104fe095ba381600a3d3
URL: https://github.com/llvm/llvm-project/commit/411c4edeef076bd2e01b104fe095ba381600a3d3
DIFF: https://github.com/llvm/llvm-project/commit/411c4edeef076bd2e01b104fe095ba381600a3d3.diff
LOG: [ReleaseNotes][TableGen] Add `dump` and `!repr`. (#68893)
* `dump`, added in https://github.com/llvm/llvm-project/pull/68793
* `!repr`, added in https://github.com/llvm/llvm-project/pull/68716
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3bb12d43f0a43c2..922a4a45b537777 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -69,6 +69,13 @@ Changes to building LLVM
Changes to TableGen
-------------------
+* Added constructs for debugging TableGen files:
+
+ * `dump` keyword to dump messages to standard error, see
+ https://github.com/llvm/llvm-project/pull/68793.
+ * `!repr` bang operator to inspect the content of values, see
+ https://github.com/llvm/llvm-project/pull/68716.
+
Changes to Interprocedural Optimizations
----------------------------------------
More information about the llvm-commits
mailing list