diff options
author | Craig Topper <craig.topper@intel.com> | 2018-07-24 23:44:12 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-07-24 23:44:12 +0000 |
commit | f8fcee70a30475ca6a8f960d2569db05f91c0332 (patch) | |
tree | aee7b95e376a3fa58bdaa64b6e0438ae5cd9aa1a /llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp | |
parent | 641a29df6d99cdcec4951f956f6ee53f1f5fdf3b (diff) | |
download | bcm5719-llvm-f8fcee70a30475ca6a8f960d2569db05f91c0332.tar.gz bcm5719-llvm-f8fcee70a30475ca6a8f960d2569db05f91c0332.zip |
[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
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp')
0 files changed, 0 insertions, 0 deletions