commit | e2033feaa4931b7037cc10b219c29c3891154e69 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Tue Jul 24 23:44:12 2018 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Tue Jul 24 23:44:12 2018 +0000 |
tree | 9130f0a6f810535736a2a0ce5b34fb6bcaac9030 | |
parent | 222b8becddac67fa3b03451e87944cbe7d42a374 [diff] |
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337869 91177308-0d34-0410-b5e6-96231b3b80d8