[clang] [llvm] [RISCV][MC] Support experimental extensions Zvbc32e and Zvkgs (PR #103709)
Pengcheng Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 00:44:53 PDT 2024
================
@@ -754,6 +754,17 @@ def HasStdExtZvbc : Predicate<"Subtarget->hasStdExtZvbc()">,
AssemblerPredicate<(all_of FeatureStdExtZvbc),
"'Zvbc' (Vector Carryless Multiplication)">;
+def FeatureStdExtZvbc32e
+ : RISCVExperimentalExtension<"zvbc32e", 0, 7,
+ "'Zvbc32e' (Vector Carryless Multiplication with 32-bits elements)">;
+def HasStdExtZvbc32e : Predicate<"Subtarget->hasStdExtZvbc32e()">,
----------------
wangpc-pp wrote:
Currently no, I will remove it.
https://github.com/llvm/llvm-project/pull/103709
More information about the cfe-commits
mailing list