[llvm] [CodeGen] Port `IndirectBrExpand` to new pass manager (PR #75287)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 22:46:59 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 04580edd8a394dc2ccee7363c8a41ee05b1a6b98 815ff5d47c2b93c0c35efdfcc274b328f5909e2d -- llvm/include/llvm/CodeGen/IndirectBrExpand.h llvm/include/llvm/CodeGen/CodeGenPassBuilder.h llvm/include/llvm/InitializePasses.h llvm/lib/CodeGen/CodeGen.cpp llvm/lib/CodeGen/IndirectBrExpandPass.cpp llvm/lib/Passes/PassBuilder.cpp llvm/tools/opt/opt.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/CodeGen/IndirectBrExpand.h b/llvm/include/llvm/CodeGen/IndirectBrExpand.h
index 09b146b4ae..4d70f30335 100644
--- a/llvm/include/llvm/CodeGen/IndirectBrExpand.h
+++ b/llvm/include/llvm/CodeGen/IndirectBrExpand.h
@@ -1,4 +1,5 @@
-//===- IndirectBrExpandLegacyPass.h -----------------------------*- C++ -*--===//
+//===- IndirectBrExpandLegacyPass.h -----------------------------*- C++
+//-*--===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/75287
More information about the llvm-commits
mailing list