diff options
author | T-Tie <t_tttie@163.com> | 2024-11-08 15:01:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 15:01:51 +0800 |
commit | c17a914675f8fcadbf0ef440aae7e0ab6c49ec0c (patch) | |
tree | 629c6dcb34b59de913e7e6d11bc04cc0873cafe2 /llvm/unittests/TargetParser/RISCVISAInfoTest.cpp | |
parent | 9061e6e58a78046963f0eb5991e98346e01a0bf7 (diff) | |
download | llvm-c17a914675f8fcadbf0ef440aae7e0ab6c49ec0c.zip llvm-c17a914675f8fcadbf0ef440aae7e0ab6c49ec0c.tar.gz llvm-c17a914675f8fcadbf0ef440aae7e0ab6c49ec0c.tar.bz2 |
[RISCV] Add Smdbltrp and Ssdbltrp extension (#111837)
Smdbltrp and Ssdbltrp supports are added in this PR.
Specification link(Smdbltrp) :
[https://github.com/riscv/riscv-isa-manual/blob/main/src/smdbltrp.adoc](url)
Specification link(Ssdbltrp) :
[https://github.com/riscv/riscv-isa-manual/blob/main/src/ssdbltrp.adoc](url)
Diffstat (limited to 'llvm/unittests/TargetParser/RISCVISAInfoTest.cpp')
-rw-r--r-- | llvm/unittests/TargetParser/RISCVISAInfoTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp index 30f8060..09c0f41 100644 --- a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp +++ b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp @@ -1027,6 +1027,7 @@ R"(All available -march extensions for RISC-V smaia 1.0 smcdeleg 1.0 smcsrind 1.0 + smdbltrp 1.0 smepmp 1.0 smmpm 1.0 smnpm 1.0 @@ -1038,6 +1039,7 @@ R"(All available -march extensions for RISC-V sscofpmf 1.0 sscounterenw 1.0 sscsrind 1.0 + ssdbltrp 1.0 ssnpm 1.0 sspm 1.0 ssqosid 1.0 |