This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cc443c91a5 [X86] Use a two lea sequence for multiply by 37, 41, and 73. new d277be2a297 [X86] Expand mul by pow2 + 2 using a shift and two adds sim [...] new 0bca0d9f065 [X86] Use a shift plus an lea for multiplying by a constant [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/X86ISelLowering.cpp | 44 +++++++++---- test/CodeGen/X86/mul-constant-i16.ll | 44 +++++++++++++ test/CodeGen/X86/mul-constant-i32.ll | 114 +++++++++++++++++++++++++++++++++ test/CodeGen/X86/mul-constant-i64.ll | 121 +++++++++++++++++++++++++++++++++++ 4 files changed, 312 insertions(+), 11 deletions(-)