[clang] [llvm] [RISCV] Remove experimental from Zicfilp and Zicfiss (PR #157015)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 4 22:15:05 PDT 2025


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 cpp,c -- clang/test/CodeGen/RISCV/attr-hw-shadow-stack.c clang/test/Driver/print-enabled-extensions/riscv-sifive-x390.c clang/test/Driver/print-supported-extensions-riscv.c llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
``````````

: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/unittests/TargetParser/RISCVISAInfoTest.cpp b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
index 85b29856e..ae05860ee 100644
--- a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
+++ b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
@@ -1266,7 +1266,8 @@ ISA String: rv64i2p1_zalasr0p1
 
   StringMap<StringRef> DescMap;
   DescMap["i"] = "'I' (Base Integer Instruction Set)";
-  DescMap["experimental-zalasr"] = "'Zalasr' (Load-Acquire and Store-Release Instructions)";
+  DescMap["experimental-zalasr"] =
+      "'Zalasr' (Load-Acquire and Store-Release Instructions)";
   std::set<StringRef> EnabledExtensions = {"i", "experimental-zalasr"};
 
   outs().flush();

``````````

</details>


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


More information about the llvm-commits mailing list