[llvm] [RISCV][GISel] First mask argument placed in v0 according to RISCV Ve… (PR #79343)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 10:37:03 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 c5532124dc0ffc892ded0b093e92244977e748f8 e254eec2de19f8fa42d5d5791c5748924bb0d298 -- 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 89ce5b393e..34b4d8e0a8 100644
--- a/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
+++ b/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
@@ -60,8 +60,7 @@ public:
 
     if (RISCVAssignFn(DL, Subtarget.getTargetABI(), ValNo, ValVT, LocVT,
                       LocInfo, Flags, State, Info.IsFixed, IsRet, Info.Ty,
-                      *Subtarget.getTargetLowering(),
-                      FirstMaskArgument))
+                      *Subtarget.getTargetLowering(), FirstMaskArgument))
       return true;
 
     StackSize = State.getStackSize();

``````````

</details>


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


More information about the llvm-commits mailing list