Description[turbofan] Prefer add/shift over madd on ARM64
Before selecting multiply-accumulate for a multiplication with add operation,
check that the multiply can't be reduced to add-with-shift. This prevents
simple multiplications by 3, 5, etc turning into register moves and madd
instructions.
Committed: https://crrev.com/b702cd97d450dad496a053eed613abed642d7656
Cr-Commit-Position: refs/heads/master@{#28976}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|