[llvm] [NFC][TableGen] DecoderEmitter optimizer scope stack (PR #135693)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 16:03:08 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- llvm/utils/TableGen/DecoderEmitter.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/utils/TableGen/DecoderEmitter.cpp b/llvm/utils/TableGen/DecoderEmitter.cpp
index d840b52a2..9c6015cc2 100644
--- a/llvm/utils/TableGen/DecoderEmitter.cpp
+++ b/llvm/utils/TableGen/DecoderEmitter.cpp
@@ -717,7 +717,7 @@ void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
// If the NO_FIXED_SEGMENTS_SENTINEL is present, we need to add a new scope
// for this filter. Otherwise, we can skip adding a new scope and any
// patching added will automatically be added to the enclosing scope.
-
+
// If NO_FIXED_SEGMENTS_SENTINEL is present, it will be last entry in
// FilterChooserMap.
``````````
</details>
https://github.com/llvm/llvm-project/pull/135693
More information about the llvm-commits
mailing list