[llvm] [polly] [BBUtils][nfc] Delete SplitBlockPredecessors with DT (PR #97196)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 30 02:07:29 PDT 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 76bc0714185c50c6234a74ee3d85509f66fa772e 0a0564b6023a9357e301899cd2ddd71ff7118ce5 -- llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp llvm/lib/Transforms/Scalar/LICM.cpp llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp llvm/lib/Transforms/Utils/BasicBlockUtils.cpp llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp llvm/lib/Transforms/Utils/LoopSimplify.cpp llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp llvm/lib/Transforms/Utils/LoopUtils.cpp llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp polly/lib/CodeGen/Utils.cpp polly/lib/Support/ScopHelper.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index 285993cc0a..9218a11952 100644
--- a/llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -66,9 +66,9 @@
 #include "llvm/IR/DebugInfoMetadata.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Dominators.h"
+#include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
-#include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Metadata.h"
 #include "llvm/IR/PatternMatch.h"

``````````

</details>


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


More information about the llvm-commits mailing list