[PATCH] D98002: [RISCV] Add scheduling resources for V
PeiHsiangHung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 17:58:03 PDT 2021
NickHung added a comment.
Adding those "sched" information into base RVV instructions seems redundant? The scheduler works on PseudoRVV instructions.
SchedReadWrite needs to consider pseudo instructions with LMUL? Their latency should be different.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98002/new/
https://reviews.llvm.org/D98002
More information about the llvm-commits
mailing list