[clang] [llvm] [RISCV][MC] Support experimental extensions Zvbc32e and Zvkgs (PR #103709)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 23:52:27 PDT 2024


================
@@ -150,6 +150,14 @@ let Predicates = [HasStdExtZvkg], RVVConstraint = NoConstraint in {
                  SchedBinaryMC<"WriteVGMULV", "ReadVGMULV", "ReadVGMULV">;
 } // Predicates = [HasStdExtZvkg]
 
+let Predicates = [HasStdExtZvkgs], RVVConstraint = NoConstraint in {
----------------
topperc wrote:

We already have other instructions that aren't consistent between `.vv` and `.vs`. For example, vaesdf.vv and vaesdf.vs.

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


More information about the cfe-commits mailing list