[RISCV] Strength reduce mul by 2^M - 3/5/9 (#88993)
We can expand these as the three instruction sequence: (sub (shl X, C1), (shXadd X, x)).
parent
a38f201f
Please register or sign in to comment
We can expand these as the three instruction sequence: (sub (shl X, C1), (shXadd X, x)).