[PATCH] D108694: [RISCV] Add the zvl extension according to the v1.0-rc1 spec

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 04:36:14 PDT 2021


eopXD created this revision.
eopXD added a reviewer: HsiangKai.
Herald added subscribers: vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
eopXD requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Let llvm arch string able to catch the zvl sub-extension. Also assert that
`RVVVectorBitsMin` is at least the length specified zvl (if specified).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108694

Files:
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVSubtarget.cpp
  llvm/lib/Target/RISCV/RISCVSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108694.368607.patch
Type: text/x-patch
Size: 4985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210825/624ca30d/attachment.bin>


More information about the llvm-commits mailing list