[RISCV] Disable constant hoisting for mul by one more/less than a pow… (#67385)
…er of 2. We can use a shift+add/sub for these. This often has same or lower latency than a multiply and may have more execution resources available.
Loading
Please sign in to comment