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

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 23:03:56 PDT 2024


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

Why? I was thinking it should be the same case?

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


More information about the cfe-commits mailing list