[PATCH] D143570: [RISCV][MC] Add support for RV64E

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 05:33:09 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc39dd7c1db97: [RISCV][MC] Add support for RV64E (authored by jobnoorman, committed by asb).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143570

Files:
  clang/test/Driver/riscv-arch.c
  clang/test/Driver/riscv-features.c
  llvm/docs/RISCVUsage.rst
  llvm/docs/ReleaseNotes.rst
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/mattr-invalid-combination.ll
  llvm/test/CodeGen/RISCV/rv32e.ll
  llvm/test/CodeGen/RISCV/rve.ll
  llvm/test/MC/RISCV/attribute-arch.s
  llvm/test/MC/RISCV/elf-flags.s
  llvm/test/MC/RISCV/invalid-attribute.s
  llvm/test/MC/RISCV/mattr-invalid-combination.s
  llvm/test/MC/RISCV/rv32e-invalid.s
  llvm/test/MC/RISCV/rv32e-valid.s
  llvm/test/MC/RISCV/rv64e-valid.s
  llvm/test/MC/RISCV/target-abi-invalid.s
  llvm/test/MC/RISCV/target-abi-valid.s
  llvm/unittests/Support/RISCVISAInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143570.507709.patch
Type: text/x-patch
Size: 26608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230323/a7bc3462/attachment-0001.bin>


More information about the cfe-commits mailing list