[all-commits] [llvm/llvm-project] 2e6582: [docs][RISCV] List Zcmp and Zicbop as "Supported" ...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Wed Nov 1 04:16:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e6582903b8051b75d3324ec262ed65f0c163cd1
      https://github.com/llvm/llvm-project/commit/2e6582903b8051b75d3324ec262ed65f0c163cd1
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M llvm/docs/RISCVUsage.rst

  Log Message:
  -----------
  [docs][RISCV] List Zcmp and Zicbop as "Supported" rather than "Assembly support (#68717)

Zcmp codegen is implemented (see RISCVMoveMerger and
RISCVPushPopOptimizer), while Zicbop instructions are selected for
llvm.prefetch instrinsics. So I believe it's correct to mark both as
"Supported" and this is just an oversight.




More information about the All-commits mailing list