[clang] [llvm] [RISCV] Mark Xqccmp as not experimental (PR #175066)
Pengcheng Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 8 19:52:43 PST 2026
================
@@ -1488,9 +1488,8 @@ def HasVendorXwchc
// Qualcomm Extensions
def FeatureVendorXqccmp
- : RISCVExperimentalExtension<0, 3,
- "Qualcomm 16-bit Push/Pop and Double Moves",
- [FeatureStdExtZca]>;
+ : RISCVExtension<0, 3, "Qualcomm 16-bit Push/Pop and Double Moves",
----------------
wangpc-pp wrote:
Then shall we upgrade the version to 1.0? Is the ISA stable now?
https://github.com/llvm/llvm-project/pull/175066
More information about the cfe-commits
mailing list