[all-commits] [llvm/llvm-project] 7a2b12: [RISCV] Switch vwsll.v* instructions to use the VS...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jun 5 09:25:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a2b12b05b39bce08987968270b43ca05d9a4836
https://github.com/llvm/llvm-project/commit/7a2b12b05b39bce08987968270b43ca05d9a4836
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
Log Message:
-----------
[RISCV] Switch vwsll.v* instructions to use the VSHT_IV_V_X_I class instead of VALU_IV_V_X_I.
This allows us to remove the uimm5 argument and changes the
scheduler class from ALU to Shift.
Ultimately we need a WShift scheduler class, but we need to scrub
all of the crypto instructions for scheduler classes so I'll leave
that for future work.
Reviewed By: 4vtomat, ego
Differential Revision: https://reviews.llvm.org/D152030
More information about the All-commits
mailing list