[PATCH] D130141: [RISCV] Add MC support of RISCV Zca Extension

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 06:54:47 PDT 2022


VincentWu updated this revision to Diff 447299.
VincentWu marked 4 inline comments as done.
VincentWu retitled this revision from "[RISCV] Add part support of RISCV Zc Extension (Zca)" to "[RISCV] Add MC support of RISCV Zca Extension".
VincentWu added a comment.

address some comments and split the patch into MC & CodeGen


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130141

Files:
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/test/MC/RISCV/attribute-arch.s
  llvm/test/MC/RISCV/rv32c-only-valid.s
  llvm/test/MC/RISCV/rv32zca-invalid.s
  llvm/test/MC/RISCV/rv32zca-valid.s
  llvm/test/MC/RISCV/rv64zca-hints-valid.s
  llvm/test/MC/RISCV/rv64zca-invalid.s
  llvm/test/MC/RISCV/rv64zca-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130141.447299.patch
Type: text/x-patch
Size: 25231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220725/ab41fd4e/attachment.bin>


More information about the llvm-commits mailing list