[PATCH] D130483: [RISCV] Add CodeGen support and MC testcase of RISCV Zca Extension

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 02:44:47 PDT 2022


VincentWu updated this revision to Diff 463159.
VincentWu marked 5 inline comments as done.
VincentWu retitled this revision from "[RISCV] Add CodeGen support of RISCV Zca Extension" to "[RISCV] Add CodeGen support and MC testcase of RISCV Zca Extension".
VincentWu added a comment.

address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130483

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCObjectFileInfo.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/MC/RISCV/align.s
  llvm/test/MC/RISCV/rv32c-aliases-valid.s
  llvm/test/MC/RISCV/rv64c-aliases-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130483.463159.patch
Type: text/x-patch
Size: 20504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/bffa9522/attachment.bin>


More information about the llvm-commits mailing list