[PATCH] D117432: [RISCV] Implement support for the Zicbom and Zicboz extensions

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 06:25:00 PST 2022


asb updated this revision to Diff 403631.
asb marked an inline comment as done.
asb added a comment.
Herald added subscribers: pcwang-thead, jdoerfert.

Address review comments and add test coverage to riscv-target-features.c, attributes.ll, and attribute-arch.s.


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

https://reviews.llvm.org/D117432

Files:
  clang/test/Preprocessor/riscv-target-features.c
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/MC/RISCV/attribute-arch.s
  llvm/test/MC/RISCV/rv32zicbom-invalid.s
  llvm/test/MC/RISCV/rv32zicbom-valid.s
  llvm/test/MC/RISCV/rv32zicboz-invalid.s
  llvm/test/MC/RISCV/rv32zicboz-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117432.403631.patch
Type: text/x-patch
Size: 13626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/6143b508/attachment-0001.bin>


More information about the llvm-commits mailing list