[PATCH] D143029: [RISCV] Add vendor-defined XTHeadBa (address-generation) extension

Philipp Tomsich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 13:06:14 PST 2023


philipp.tomsich updated this revision to Diff 494713.
philipp.tomsich added a comment.

- adds rv32 test cases
- adds test for th.addsl rd,rs1,rs2,0
- adds decoder namespace


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143029

Files:
  llvm/docs/RISCVUsage.rst
  llvm/docs/ReleaseNotes.rst
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/CodeGen/RISCV/rv32xtheadba.ll
  llvm/test/CodeGen/RISCV/rv64xtheadba.ll
  llvm/test/MC/RISCV/rv32xtheadba-invalid.s
  llvm/test/MC/RISCV/rv32xtheadba-valid.s
  llvm/test/MC/RISCV/rv64xtheadba-invalid.s
  llvm/test/MC/RISCV/rv64xtheadba-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143029.494713.patch
Type: text/x-patch
Size: 31580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/b03c584f/attachment-0001.bin>


More information about the llvm-commits mailing list