[RISCV][CodeGen] Account for LMUL from VS2 for Vector Reduction Instructions
The Reduction instruction destination register LMUL is 1. But the source register(vs2) has different LMUL(MF8 to M8). It's beneficial to know how many registers are working on reduction instructions. This patch creates separate SchedWrite for each relevant LMUL that from VS2. Reviewed By: michaelmaitland Differential Revision: https://reviews.llvm.org/D141565
Loading
Please register or sign in to comment