[all-commits] [llvm/llvm-project] 13cdee: [RISCV][MC] Add support for experimental Zcmop ext...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Wed Dec 27 21:03:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13cdee9047d24d84505c469481563c3fb55e4131
      https://github.com/llvm/llvm-project/commit/13cdee9047d24d84505c469481563c3fb55e4131
  Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
  Date:   2023-12-28 (Thu, 28 Dec 2023)

  Changed paths:
    M clang/test/Preprocessor/riscv-target-features.c
    M llvm/docs/RISCVUsage.rst
    M llvm/lib/Support/RISCVISAInfo.cpp
    M llvm/lib/Target/RISCV/RISCVFeatures.td
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    A llvm/lib/Target/RISCV/RISCVInstrInfoZcmop.td
    M llvm/test/CodeGen/RISCV/attributes.ll
    A llvm/test/MC/RISCV/rv32zcmop-invalid.s
    A llvm/test/MC/RISCV/rvzcmop-valid.s
    M llvm/unittests/Support/RISCVISAInfoTest.cpp

  Log Message:
  -----------
  [RISCV][MC] Add support for experimental Zcmop extension (#76395)

This implements experimental support for the Zcmop extension as
specified here:
https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc.

This change adds only MC support.




More information about the All-commits mailing list