[PATCH] D94931: [RISCV] Add attribute support for all supported extensions

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 12:32:03 PST 2021


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

This adds support for ".attribute arch" for all extensions that are
currently supported by the compiler.

Depends on D94403 <https://reviews.llvm.org/D94403>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94931

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/MC/RISCV/attribute-arch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94931.317410.patch
Type: text/x-patch
Size: 15331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210118/e7c4e07d/attachment.bin>


More information about the llvm-commits mailing list