[PATCH] D94579: [RISCV] add the MC layer support of P extension

Shao-Ce Sun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 19:38:08 PST 2021


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

This patch added the MC layer support of P extension.

Authored-by:  Shao-Ce Sun
Co-Authored-by: StephenFan


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94579

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVInstrFormats.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoP.td
  llvm/lib/Target/RISCV/RISCVSchedRocket.td
  llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
  llvm/test/MC/RISCV/rv32p-valid.s
  llvm/test/MC/RISCV/rv64p-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94579.316309.patch
Type: text/x-patch
Size: 72798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/2738d2ba/attachment.bin>


More information about the llvm-commits mailing list