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 c,cpp,h --
clang/lib/Headers/riscv_packed_simd.h clang/test/CodeGen/RISCV/rvp-intrinsics.c
cross-project-tests/intrinsic-header-tests/riscv_packed_simd.c
llvm/lib/Target/RISCV/RISCVISelLowering.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/lib/Target/RISCV/RISCVISelLowering.cpp
b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
index be9cb57a0..ff975325e 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
@@ -6389,10 +6389,10 @@ SDValue
RISCVTargetLowering::lowerVECTOR_SHUFFLE(SDValue Op,
unsigned SrcNumElts = SrcVT.getVectorNumElements();
if (IsWidenHighMask(SrcNumElts) &&
(SrcVT == MVT::v4i8 || SrcVT == MVT::v2i16)) {
- Src = DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Src,
- DAG.getUNDEF(SrcVT));
- return DAG.getNode(RISCVISD::PZIP, DL, VT,
- DAG.getConstant(0, DL, VT), Src);
+ Src =
+ DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Src, DAG.getUNDEF(SrcVT));
+ return DAG.getNode(RISCVISD::PZIP, DL, VT, DAG.getConstant(0, DL, VT),
+ Src);
}
}
@@ -6401,8 +6401,8 @@ SDValue RISCVTargetLowering::lowerVECTOR_SHUFFLE(SDValue
Op,
unsigned SrcNumElts = NumElts / 2;
if (IsWidenHighMask(SrcNumElts)) {
Src = V2;
- return DAG.getNode(RISCVISD::PZIP, DL, VT,
- DAG.getConstant(0, DL, VT), Src);
+ return DAG.getNode(RISCVISD::PZIP, DL, VT, DAG.getConstant(0, DL, VT),
+ Src);
}
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/208394
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits