Skip to content
Commit f8fcee70 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Change multiply by 26 to use two multiplies by 5 and an add instead of...

[X86] Change multiply by 26 to use two multiplies by 5 and an add instead of multiply by 3 and 9 and a subtract.

Same number of operations, but ending in an add is friendlier due to it being commutable.

llvm-svn: 337869
parent 641a29df
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment