This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16aa13f7f2c [SLPVectorizer] Remove duplicated functionality code in ini [...] new 37c3b169a5c [X86] PR32755 : Improvement in CodeGen instruction selectio [...]
The 1 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: include/llvm/CodeGen/MachineInstr.h | 3 +- include/llvm/CodeGen/SelectionDAG.h | 3 + lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 + lib/Target/X86/X86ISelDAGToDAG.cpp | 85 ++++- lib/Target/X86/X86OptimizeLEAs.cpp | 404 ++++++++++++++++++++- test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +- test/CodeGen/X86/GlobalISel/gep.ll | 34 +- test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +- test/CodeGen/X86/lea-opt-cse1.ll | 14 +- test/CodeGen/X86/lea-opt-cse2.ll | 42 +-- test/CodeGen/X86/lea-opt-cse3.ll | 40 +- test/CodeGen/X86/lea-opt-cse4.ll | 76 ++-- test/CodeGen/X86/mul-constant-i16.ll | 12 +- test/CodeGen/X86/mul-constant-i32.ll | 15 +- test/CodeGen/X86/mul-constant-i64.ll | 9 +- test/CodeGen/X86/mul-constant-result.ll | 14 +- test/CodeGen/X86/umul-with-overflow.ll | 16 +- .../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +- 18 files changed, 612 insertions(+), 176 deletions(-)