[PATCH] D144249: [RISCV] Add vendor-defined XTheadMemIdx (Indexed Memory Operations) extension

Manolis Tsamis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 09:09:23 PST 2023


mtsamis updated this revision to Diff 499537.
mtsamis added a comment.

Restrict shift amount to 2 bits
Only re-arrange ADDI if is simm12
Introduce Complex pattern simm5shl2 for StoreUpdate constants.
Introduce negative constants in StoreUpdate tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144249

Files:
  llvm/docs/RISCVUsage.rst
  llvm/docs/ReleaseNotes.rst
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/CodeGen/RISCV/xtheadmemidx.ll
  llvm/test/MC/RISCV/rv32xtheadmemidx-invalid.s
  llvm/test/MC/RISCV/rv32xtheadmemidx-valid.s
  llvm/test/MC/RISCV/rv64xtheadmemidx-invalid.s
  llvm/test/MC/RISCV/rv64xtheadmemidx-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144249.499537.patch
Type: text/x-patch
Size: 79343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/f76d39a1/attachment-0001.bin>


More information about the llvm-commits mailing list