[all-commits] [llvm/llvm-project] 60f370: [RISCV] Factor out multiclass definitions for V sc...

Philip Reames via All-commits all-commits at lists.llvm.org
Tue Feb 28 08:59:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60f3703d1bc3c6178214786845eca653aa9fcac1
      https://github.com/llvm/llvm-project/commit/60f3703d1bc3c6178214786845eca653aa9fcac1
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

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

  Log Message:
  -----------
  [RISCV] Factor out multiclass definitions for V scheduling info [nfc]

Factoring out a shared multiclass imply makes it easier to see that all of these do the same thing, just on different lists. It also makes it easier to see differences - such as we don't define read related pieces for FWRed.

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




More information about the All-commits mailing list