[llvm] [TableGen] Merge GlobalISel library into llvm-tblgen (PR #73634)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 02:58:40 PST 2023
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 a05c23fdcf45c39e31931a68f2352a7eff5333a4 c67cbb3b49aec2733c5e71f7a023a79815f28524 -- llvm/utils/TableGen/GlobalISel/Patterns.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 9186cfb0ee..2026384567 100644
--- a/llvm/utils/TableGen/GlobalISel/Patterns.cpp
+++ b/llvm/utils/TableGen/GlobalISel/Patterns.cpp
@@ -7,10 +7,10 @@
//===----------------------------------------------------------------------===//
#include "Patterns.h"
-#include "CodeGenInstruction.h"
#include "CXXPredicates.h"
#include "CodeExpander.h"
#include "CodeExpansions.h"
+#include "CodeGenInstruction.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/73634
More information about the llvm-commits
mailing list