[llvm] [RISCV][GlobalISel] Vector Extension vadd Legalizer (PR #71400)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 06:36:35 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 25af06fd7a6b2a9def447a90dc10b73424a31600 a20ba10083f3345a07722f2494f80f128e3f57e4 -- llvm/include/llvm/CodeGen/TargetRegisterInfo.h llvm/lib/CodeGen/GlobalISel/CallLowering.cpp llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp llvm/lib/CodeGen/LowLevelType.cpp llvm/lib/CodeGen/MachineVerifier.cpp llvm/lib/CodeGen/TargetRegisterInfo.cpp llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp b/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
index cbcdb54a0fcd..e73d8863963d 100644
--- a/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
+++ b/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
@@ -15,7 +15,6 @@
 #include "RISCVCallLowering.h"
 #include "RISCVISelLowering.h"
 #include "RISCVMachineFunctionInfo.h"
-#include "RISCVMachineFunctionInfo.h"
 #include "RISCVSubtarget.h"
 #include "llvm/CodeGen/Analysis.h"
 #include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"

``````````

</details>


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


More information about the llvm-commits mailing list