[RISCV] Bump I, F, D, and A extension versions to 20191214 spec version
authorCraig Topper <craig.topper@sifive.com>
Thu, 30 Mar 2023 22:28:44 +0000 (15:28 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 30 Mar 2023 22:28:44 +0000 (15:28 -0700)
commitdc90af501f00bb0bbbfde2d90360f074922e3e81
tree5992406a847b7469eb76e64115590e30403bac72
parent7df3c71b508b65284483225685f1ba19777f2bbb
[RISCV] Bump I, F, D, and A extension versions to 20191214 spec version

New versions I2.1, F2.2, D2.2 A2.1

Make F and Zfinx imply Zicsr.
Make G imply Zifencei.

This should have no impact to generated code. We have no plans to require Zicsr/Zifencei extension to be explicitly enabled to use Zicsr/Zifencei instructions in assembly.

See https://reviews.llvm.org/D147183 for documentation regarding what version specification we implement.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D147179
16 files changed:
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vlenb.c
clang/test/Driver/riscv-arch.c
clang/test/Preprocessor/riscv-target-features.c
lld/test/ELF/lto/riscv-attributes.ll
lld/test/ELF/riscv-attributes.s
llvm/docs/ReleaseNotes.rst
llvm/lib/Support/RISCVISAInfo.cpp
llvm/lib/Target/RISCV/RISCVFeatures.td
llvm/test/CodeGen/RISCV/attributes.ll
llvm/test/MC/RISCV/attribute-arch.s
llvm/test/MC/RISCV/attribute-with-insts.s
llvm/test/MC/RISCV/attribute-with-option.s
llvm/test/MC/RISCV/attribute.s
llvm/test/MC/RISCV/invalid-attribute.s
llvm/test/tools/llvm-readobj/ELF/RISCV/attribute.s
llvm/unittests/Support/RISCVISAInfoTest.cpp