[all-commits] [llvm/llvm-project] d70573: [RISCV][NFC] Make Reduction scheduler resources SE...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Tue May 30 07:27:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d70573b18e9af94dcae7de2287ca56c77da27e7c
https://github.com/llvm/llvm-project/commit/d70573b18e9af94dcae7de2287ca56c77da27e7c
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
M llvm/lib/Target/RISCV/RISCVScheduleV.td
Log Message:
-----------
[RISCV][NFC] Make Reduction scheduler resources SEW aware
Create SchedWrites, WriteRes for reduction instructions that
are SEW specific. Future patches can use these resources
to customize the behavior of these resources depending on SEW.
Differential Revision: https://reviews.llvm.org/D151470
More information about the All-commits
mailing list