[llvm] [llvm][mc][riscv] MC support of T-Head vector extension (xtheadvector) (PR #84447)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 01:14:34 PST 2024


================
@@ -106,6 +106,8 @@ static const RISCVSupportedExtension SupportedExtensions[] = {
     {"xtheadmempair", {1, 0}},
     {"xtheadsync", {1, 0}},
     {"xtheadvdot", {1, 0}},
+    {"xtheadvector", {1, 0}},
+    {"xtheadzvamo", {1, 0}},
----------------
wangpc-pp wrote:

I don't know we need this. IIRC, C906/C910 didn't implement this extension. CC @zixuan-wu @rjiejie 

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


More information about the llvm-commits mailing list