Unverified Commit 64b1fbb3 authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[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.
parent b4435104
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment