[compiler-rt] Generate __multc3 for z/OS (PR #77554)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 20:47:34 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 e7655ad605d77e206ec94b2cef59c41a508edba7 7ba4d61bd2beda03ba0fcefc9ca5c1ff08ffd48e -- compiler-rt/lib/builtins/divtc3.c compiler-rt/lib/builtins/fp_lib.h compiler-rt/lib/builtins/int_types.h compiler-rt/lib/builtins/multc3.c
``````````

</details>

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

``````````diff
diff --git a/compiler-rt/lib/builtins/divtc3.c b/compiler-rt/lib/builtins/divtc3.c
index 6ec9c5f17d..7d3185c9d7 100644
--- a/compiler-rt/lib/builtins/divtc3.c
+++ b/compiler-rt/lib/builtins/divtc3.c
@@ -13,7 +13,6 @@
 #define QUAD_PRECISION
 #include "fp_lib.h"
 
-
 // Returns: the quotient of (a + ib) / (c + id)
 
 COMPILER_RT_ABI Qcomplex __divtc3(fp_t __a, fp_t __b, fp_t __c, fp_t __d) {

``````````

</details>


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


More information about the llvm-commits mailing list