[PATCH] D153721: [RISCV] Add support for XCVsimd extension in CV32E40P

Funan Zeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 08:26:37 PDT 2023


melonedo created this revision.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
melonedo requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.
melonedo added reviewers: jrtc27, craig.topper, asb, kito-cheng, reames.
melonedo updated this revision to Diff 534334.
melonedo added a comment.

Rebase to main


Implement XCVsimd 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, @xmj.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153721

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153721.534334.patch
Type: text/x-patch
Size: 365542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230625/c0ffbc99/attachment-0001.bin>


More information about the llvm-commits mailing list