[RISCV] Remove EEW from some sched classes.
This removes the EEW from unit stride load/store and whole register load, store, move. It seems reasonable that implementations of these instructions wouldn't usually be affected by element width. We likely need to add LMUL information to our scheduling classes so I thought it might be good to remove a few before they got multiplied by LMUL. Reviewed By: reames, michaelmaitland Differential Revision: https://reviews.llvm.org/D135992
Loading
Please sign in to comment