[PATCH] D150021: [RISCV] Make zve32f imply F and zve64d imply D.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 6 00:14:18 PDT 2023


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

The 1.0 vector spec PDF has text that says that Zve32f is compatible
with F or Zfinx and the Zve64d is compatible with D and Zdinx.
The references to *inx were removeB from the source in the github repository in
October 2021. The 1.0 pdf was made in September 2021.

Relevant commit https://github.com/riscv/riscv-v-spec/commit/6fedb869e213da03f36092d661d14911a2f9d2c6


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150021

Files:
  clang/test/Driver/riscv-arch.c
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150021.520038.patch
Type: text/x-patch
Size: 6511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230506/c6ef8ef8/attachment-0001.bin>


More information about the cfe-commits mailing list