[all-commits] [llvm/llvm-project] 8dd28c: [RISCV] Split scheduler classes for vector min/max...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jun 6 22:26:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dd28c5682d661a336f8cba0ec437b46cb4f8453
https://github.com/llvm/llvm-project/commit/8dd28c5682d661a336f8cba0ec437b46cb4f8453
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
M llvm/lib/Target/RISCV/RISCVScheduleV.td
Log Message:
-----------
[RISCV] Split scheduler classes for vector min/max from compares.
Compares write a mask result. Min/max write a full result. This
makes them sufficiently different to have their own classes.
Reviewed By: pcwang-thead
Differential Revision: https://reviews.llvm.org/D152020
More information about the All-commits
mailing list