[llvm] [NewPM] Update CodeGenPreparePass reference in CodeGenPassBuilder (PR #77054)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 23:23:19 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 e0c554ad87d18dcbfcb9b6485d0da800ae1338d1 50c13ddbe97c3efee86cd97f19e6ef01ef3deaad -- llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h b/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
index bb8bbe97b1..1363b2d324 100644
--- a/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
+++ b/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
@@ -24,8 +24,8 @@
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/TypeBasedAliasAnalysis.h"
#include "llvm/CodeGen/CallBrPrepare.h"
-#include "llvm/CodeGen/DwarfEHPrepare.h"
#include "llvm/CodeGen/CodeGenPrepare.h"
+#include "llvm/CodeGen/DwarfEHPrepare.h"
#include "llvm/CodeGen/ExpandMemCmp.h"
#include "llvm/CodeGen/ExpandReductions.h"
#include "llvm/CodeGen/GCMetadata.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/77054
More information about the llvm-commits
mailing list