[PATCH] D98136: [RISCV][RFC] Initially support the K-extension instructions on the LLVM MC layer

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 7 22:14:11 PST 2021


VincentWu updated this revision to Diff 328937.
VincentWu added a comment.

fix: submit wrong patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98136

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoK.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/lib/Target/RISCV/RISCVSystemOperands.td
  llvm/test/MC/RISCV/rvk/rv32k.s
  llvm/test/MC/RISCV/rvk/rv64k.s
  llvm/test/MC/RISCV/rvk/rvk-invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98136.328937.patch
Type: text/x-patch
Size: 23619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210308/16f10943/attachment.bin>


More information about the llvm-commits mailing list