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 0de2ccab7be85aeeefcd5757d29126246c373731
d3149a07138e0306fd9737831d95799e83dfe3d8 --extensions c,cpp --
clang/test/CodeGen/AArch64/sme2-intrinsics/acle_sme2_mop4_1x1.c
clang/test/CodeGen/AArch64/sme2-intrinsics/acle_sme2_mop4_1x2.c
clang/utils/TableGen/SveEmitter.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/utils/TableGen/SveEmitter.cpp
b/clang/utils/TableGen/SveEmitter.cpp
index 63452d2665..200f57960f 100644
--- a/clang/utils/TableGen/SveEmitter.cpp
+++ b/clang/utils/TableGen/SveEmitter.cpp
@@ -1043,7 +1043,8 @@ std::string Intrinsic::replaceTemplatedArgs(std::string
Name, TypeSpec TS,
case '1':
case '2':
case '3':
- // Extract the modifier before passing to SVEType to handle numeric
modifiers
+ // Extract the modifier before passing to SVEType to handle numeric
+ // modifiers
auto [Mod, NumVectors] = getProtoModifier(Proto, (C - '0'));
T = SVEType(TS, Mod);
break;
``````````
</details>
https://github.com/llvm/llvm-project/pull/128854
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits