[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
Loading
Please sign in to comment