[all-commits] [llvm/llvm-project] 2e5c51: [RISCV] Add scheduler class to PseudoReadVLENB.

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Aug 2 09:38:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e5c516a3d6953edbc66072a82f88371ff668e9d
      https://github.com/llvm/llvm-project/commit/2e5c516a3d6953edbc66072a82f88371ff668e9d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    M llvm/lib/Target/RISCV/RISCVScheduleV.td

  Log Message:
  -----------
  [RISCV] Add scheduler class to PseudoReadVLENB.

Reviewed By: monkchiang

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


  Commit: ae6877836e8d631892ce455ca604f35ff880d4ae
      https://github.com/llvm/llvm-project/commit/ae6877836e8d631892ce455ca604f35ff880d4ae
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

  Log Message:
  -----------
  [RISCV] Add scheduler classes to PseudoVMV*R_V.

I think these pseudos will exist when the post-RA scheduler runs
so they should have sched classes.

Reviewed By: monkchiang

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


Compare: https://github.com/llvm/llvm-project/compare/a321d95b5970...ae6877836e8d


More information about the All-commits mailing list