[llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69732)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 08:09:57 PDT 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 ab76a7c56886821939981da68475ee2e6dd2467d c2f3e3a0305fa45e2e8b8d1572ab6c5bc910374d -- llvm/lib/Target/CSKY/CSKYISelLowering.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/CSKY/CSKYISelLowering.cpp b/llvm/lib/Target/CSKY/CSKYISelLowering.cpp
index 9cb7bd7058f9..ddad1509f0fd 100644
--- a/llvm/lib/Target/CSKY/CSKYISelLowering.cpp
+++ b/llvm/lib/Target/CSKY/CSKYISelLowering.cpp
@@ -116,7 +116,7 @@ CSKYTargetLowering::CSKYTargetLowering(const TargetMachine &TM,
   setLibcallName(RTLIB::MUL_I128, nullptr);
   setLibcallName(RTLIB::MULO_I64, nullptr);
   setLibcallName(RTLIB::MULO_I128, nullptr);
-      
+
   // Float
 
   ISD::CondCode FPCCToExtend[] = {

``````````

</details>


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


More information about the llvm-commits mailing list