This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fe1bd128c2 [libFuzzer] add a flag -malloc_limit_mb new 79f1f0032c4 Revert "[X86] Improvement in CodeGen instruction selection [...]
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 | 88 +--- lib/Target/X86/X86OptimizeLEAs.cpp | 486 +-------------------- 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 | 12 +- test/CodeGen/X86/lea-opt-cse2.ll | 40 +- test/CodeGen/X86/lea-opt-cse3.ll | 34 +- test/CodeGen/X86/lea-opt-cse4.ll | 68 +-- 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, 163 insertions(+), 692 deletions(-)