[llvm-branch-commits] [llvm] [clang] Backport [RISCV] Graduate Zicond to non-experimental (#79811) (PR #80018)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 30 07:05:54 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 bab01aead7d7a34436bc8e1639b90227374f079e 4add1cb7074c8f8a2c6295c59e45b470e1b62fc4 -- clang/test/CodeGen/RISCV/riscv-func-attr-target.c clang/test/Preprocessor/riscv-target-features.c llvm/lib/Support/RISCVISAInfo.cpp llvm/unittests/Support/RISCVISAInfoTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Support/RISCVISAInfo.cpp b/llvm/lib/Support/RISCVISAInfo.cpp
index db2e4ca92a..e9e568488f 100644
--- a/llvm/lib/Support/RISCVISAInfo.cpp
+++ b/llvm/lib/Support/RISCVISAInfo.cpp
@@ -198,15 +198,13 @@ static const RISCVSupportedExtension SupportedExperimentalExtensions[] = {
{"zfbfmin", {1, 0}},
- {"zicfilp", {0, 4}},
- {"zicfiss", {0, 4}},
+ {"zicfilp", {0, 4}}, {"zicfiss", {0, 4}},
{"zimop", {0, 1}},
{"ztso", {0, 1}},
- {"zvfbfmin", {1, 0}},
- {"zvfbfwma", {1, 0}},
+ {"zvfbfmin", {1, 0}}, {"zvfbfwma", {1, 0}},
};
static void verifyTables() {
``````````
</details>
https://github.com/llvm/llvm-project/pull/80018
More information about the llvm-branch-commits
mailing list