This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 222b8becdda [LV] Fix for PR38110, LV encountered llvm_unreachable() new e2033feaa49 [X86] Change multiply by 26 to use two multiplies by 5 and [...] new a1d740bf957 [X86] Add test cases for multiply by 37, 41, and 73. new 7cc443c91a5 [X86] Use a two lea sequence for multiply by 37, 41, and 73.
The 3 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 | 23 ++-- test/CodeGen/X86/funnel-shift.ll | 74 ++++++------- test/CodeGen/X86/mul-constant-i16.ll | 72 +++++++++++-- test/CodeGen/X86/mul-constant-i32.ll | 168 +++++++++++++++++++++++++++-- test/CodeGen/X86/mul-constant-i64.ll | 180 ++++++++++++++++++++++++++++++-- test/CodeGen/X86/mul-constant-result.ll | 16 +-- 6 files changed, 461 insertions(+), 72 deletions(-)