[llvm] [NFC][TableGen][GlobalISel] Move MIR Pattern Parsing out of Combiner Impl (PR #80257)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 23:26:57 PST 2024


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 7ec996d4c5c30083b070be4898140440094e6b97 33b1c9775eec78a3a0ca0f7d26da615b6c60c020 -- llvm/utils/TableGen/GlobalISel/CombinerUtils.cpp llvm/utils/TableGen/GlobalISel/PatternParser.cpp llvm/utils/TableGen/GlobalISel/PatternParser.h llvm/utils/TableGen/GlobalISel/CombinerUtils.h llvm/utils/TableGen/GlobalISel/Patterns.cpp llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/utils/TableGen/GlobalISel/Patterns.cpp b/llvm/utils/TableGen/GlobalISel/Patterns.cpp
index e1be0e77f9..f5422f56e7 100644
--- a/llvm/utils/TableGen/GlobalISel/Patterns.cpp
+++ b/llvm/utils/TableGen/GlobalISel/Patterns.cpp
@@ -7,11 +7,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "Patterns.h"
-#include "CodeGenInstruction.h"
-#include "CodeGenIntrinsics.h"
 #include "CXXPredicates.h"
 #include "CodeExpander.h"
 #include "CodeExpansions.h"
+#include "CodeGenInstruction.h"
+#include "CodeGenIntrinsics.h"
 #include "llvm/ADT/StringSet.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"

``````````

</details>


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


More information about the llvm-commits mailing list