diff options
author | AlexGhiti <AlexGhiti@users.noreply.github.com> | 2024-06-03 11:27:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 17:27:02 +0800 |
commit | 6b7444964a8d028989beee554a1f5c61d16a1cac (patch) | |
tree | b916659665c884c585157f9724abc1b2c0e1dfc8 /llvm/unittests/TargetParser/RISCVISAInfoTest.cpp | |
parent | d00731cb7fcc91047531069e029964a39935a5bb (diff) | |
download | llvm-6b7444964a8d028989beee554a1f5c61d16a1cac.zip llvm-6b7444964a8d028989beee554a1f5c61d16a1cac.tar.gz llvm-6b7444964a8d028989beee554a1f5c61d16a1cac.tar.bz2 |
[RISCV] Remove experimental from Zabha (#93831)
The Zabha extension was ratified in April 2024.
Co-authored-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Diffstat (limited to 'llvm/unittests/TargetParser/RISCVISAInfoTest.cpp')
-rw-r--r-- | llvm/unittests/TargetParser/RISCVISAInfoTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp index df40669..22a8a05 100644 --- a/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp +++ b/llvm/unittests/TargetParser/RISCVISAInfoTest.cpp @@ -935,6 +935,7 @@ R"(All available -march extensions for RISC-V za128rs 1.0 za64rs 1.0 zaamo 1.0 + zabha 1.0 zacas 1.0 zalrsc 1.0 zama16b 1.0 @@ -1062,7 +1063,6 @@ R"(All available -march extensions for RISC-V Experimental extensions zicfilp 0.4 This is a long dummy description zicfiss 0.4 - zabha 1.0 zalasr 0.1 zfbfmin 1.0 ztso 0.1 |