aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
diff options
context:
space:
mode:
authorIris Shi <0.0@owo.li>2025-05-15 10:51:06 +0800
committerGitHub <noreply@github.com>2025-05-15 10:51:06 +0800
commit1e503d08e1b6a285608e266acafd40eb2be5ca83 (patch)
tree9fabca337ecd62095d414f9ee5932c3291d03828 /llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
parent4630d464c5cfd3f2ccdf3ac167694977736ce00e (diff)
downloadllvm-1e503d08e1b6a285608e266acafd40eb2be5ca83.zip
llvm-1e503d08e1b6a285608e266acafd40eb2be5ca83.tar.gz
llvm-1e503d08e1b6a285608e266acafd40eb2be5ca83.tar.bz2
[RISCV][MC] Add support for Q extension (#139369)
Closes #130217. https://github.com/riscv/riscv-isa-manual/blob/main/src/q-st-ext.adoc
Diffstat (limited to 'llvm/unittests/TargetParser/RISCVISAInfoTest.cpp')
-rw-r--r--llvm/unittests/TargetParser/RISCVISAInfoTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
index 0af2635..fc6854a 100644
--- a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
+++ b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
@@ -981,6 +981,7 @@ R"(All available -march extensions for RISC-V
a 2.1
f 2.2
d 2.2
+ q 2.2
c 2.0
b 1.0
v 1.0