[RISCV] Teach RISCVTargetLowering::shouldSinkOperands to handle udiv/sdiv/urem/srem.
The V extension supports .vx instructions for integer division and remainder so we should sink splats for that operand.
Loading
Please sign in to comment
The V extension supports .vx instructions for integer division and remainder so we should sink splats for that operand.