[PATCH] D152915: [RISCV] Add support for XCVbitmanip extension in CV32E40P

Funan Zeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 07:29:05 PDT 2023


melonedo updated this revision to Diff 531324.
melonedo added a comment.

[RISCV] Add support for XCVbitmanip extension in CV32E40P

Implement XCVbitmanip intrinsics for CV32E40P according to the specification.

This commit is part of a patch-set to upstream the 7 vendor specific extensions of CV32E40P.

Contributors: @CharKeaney, @jeremybennett, @lewis-revill, @liaolucy, @simoncook

Spec: https://github.com/openhwgroup/cv32e40p/blob/62bec66b36182215e18c9cf10f723567e23878e9/docs/source/instruction_set_extensions.rst


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152915/new/

https://reviews.llvm.org/D152915

Files:
  llvm/docs/RISCVUsage.rst
  llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoXCVbitmanip.td
  llvm/test/MC/RISCV/corev/XCVbitmanip-invalid.s
  llvm/test/MC/RISCV/corev/XCVbitmanip.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152915.531324.patch
Type: text/x-patch
Size: 24317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230614/f7f68912/attachment.bin>


More information about the llvm-commits mailing list