[PATCH] D147179: [RISCV] Bump I, F, D, and A extension versions to 20191214 spec version

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 13:22:32 PDT 2023


craig.topper created this revision.
craig.topper added reviewers: reames, asb, jrtc27, kito-cheng, philipp.tomsich.
Herald added subscribers: jobnoorman, luke, VincentWu, ormris, vkmr, frasercrmck, jdoerfert, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, steven_wu, edward-jones, zzheng, shiva0217, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson, emaste.
Herald added a reviewer: jhenderson.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD, MaskRay.
Herald added projects: clang, LLVM.

I 2.1, F 2.2, D 2.2 A 2.1

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

A followup patch will apply Zicsr and Zifencei predicates
to their instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147179

Files:
  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/lib/Support/RISCVISAInfo.cpp
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147179.509466.patch
Type: text/x-patch
Size: 55929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230329/594d5f99/attachment-0001.bin>


More information about the cfe-commits mailing list