[llvm] [RISCV] Split sched classes for vrgather.vv and vrgatherei16.vv (PR #92768)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 09:47:45 PDT 2024
================
@@ -1677,8 +1677,9 @@ let Predicates = [HasVInstructions] in {
let Constraints = "@earlyclobber $vd", RVVConstraint = Vrgather in {
defm VRGATHER_V : VGTR_IV_V_X_I<"vrgather", 0b001100>;
def VRGATHEREI16_VV : VALUVV<0b001110, OPIVV, "vrgatherei16.vv">,
- SchedBinaryMC<"WriteVRGatherVV", "ReadVRGatherVV_data",
- "ReadVRGatherVV_index">;
+ SchedBinaryMC<"WriteVRGatherVVEEW",
----------------
mshockwave wrote:
Are you going to do the renaming from `VPseudoVGTR_VV_EEW` to `VPseudoVGTR_EI16_VV`?
https://github.com/llvm/llvm-project/pull/92768
More information about the llvm-commits
mailing list