[PATCH] D118581: [RISCV] Separate the Zfhmin and Zfh extensions.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 30 22:10:37 PST 2022


craig.topper created this revision.
craig.topper added reviewers: achieveartificialintelligence, asb, luismarques, jrtc27.
Herald added subscribers: VincentWu, luke957, StephenFan, vkmr, frasercrmck, jdoerfert, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
craig.topper requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

The spec doesn't seem to be written as if Zfh implies Zfhmin. They
seem to be separate extensions.

This patch moves the instructions from Zfhmin to be enabled with
either the Zfh or Zfhmin extensions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118581

Files:
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/MC/RISCV/attribute-arch.s
  llvm/test/MC/RISCV/rv32i-invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118581.404425.patch
Type: text/x-patch
Size: 10626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/eeea8d6b/attachment.bin>


More information about the llvm-commits mailing list