[llvm] RuntimeLibcalls: Split lowering decisions into LibcallLoweringInfo (PR #164987)

via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 26 21:17:21 PDT 2025


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 origin/main HEAD --extensions cpp,h -- llvm/include/llvm/CodeGen/LibcallLoweringInfo.h llvm/lib/CodeGen/LibcallLoweringInfo.cpp llvm/include/llvm/CodeGen/TargetLowering.h llvm/include/llvm/IR/RuntimeLibcalls.h llvm/lib/CodeGen/TargetLoweringBase.cpp llvm/lib/IR/RuntimeLibcalls.cpp llvm/lib/LTO/LTO.cpp llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp llvm/lib/Transforms/Utils/DeclareRuntimeLibcalls.cpp llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/llvm/include/llvm/CodeGen/LibcallLoweringInfo.h b/llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
index 4cc1c4ca0..190954320 100644
--- a/llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
+++ b/llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
@@ -1,4 +1,5 @@
-//===- LibcallLoweringInfo.h ---------------------------------------*- C++ -*-===//
+//===- LibcallLoweringInfo.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/164987


More information about the llvm-commits mailing list