[all-commits] [llvm/llvm-project] a32499: [RISCV] Fix encoding for Zcb instruction c.sh.

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jun 27 09:45:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a32499fba9591075bcf64068fd38dabee8ce921e
      https://github.com/llvm/llvm-project/commit/a32499fba9591075bcf64068fd38dabee8ce921e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
    M llvm/test/MC/RISCV/rv32zcb-valid.s

  Log Message:
  -----------
  [RISCV] Fix encoding for Zcb instruction c.sh.

Bit 6 should be 0.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D153793


  Commit: 6e4be7e12a0010c09c56c781d9c3d6118cea69ac
      https://github.com/llvm/llvm-project/commit/6e4be7e12a0010c09c56c781d9c3d6118cea69ac
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFeatures.td
    M llvm/test/CodeGen/RISCV/attributes.ll
    A llvm/test/CodeGen/RISCV/compress-double.ll
    M llvm/test/CodeGen/RISCV/compress-float.ll

  Log Message:
  -----------
  [RISCV] Split double out of compress-float.ll. Add Zcf and Zcd RUN lines.

Make Zcf/Zcd depend on Zca.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D153826


Compare: https://github.com/llvm/llvm-project/compare/94b88c1b9d11...6e4be7e12a00


More information about the All-commits mailing list