This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ac295da5f1 [mips] Lift the assertion on the types that can be used wit [...] new 85e8bedc1ae [globalisel][tablegen] Support zero-instruction emission. new 1f9d19bad73 [x86] use more shift or LEA for select-of-constants (2nd try)
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 12 ++- lib/Target/X86/X86ISelLowering.cpp | 100 ++++++++------------- test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 52 +++++++++++ test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 18 ++-- test/CodeGen/X86/memcmp-optsize.ll | 48 +++++----- test/CodeGen/X86/memcmp.ll | 42 ++++----- test/CodeGen/X86/merge-consecutive-stores.ll | 8 +- test/CodeGen/X86/mul-constant-result.ll | 30 +++---- test/CodeGen/X86/pr22338.ll | 20 ++--- test/CodeGen/X86/sbb.ll | 6 +- test/CodeGen/X86/select.ll | 83 +++++++---------- test/CodeGen/X86/select_const.ll | 100 ++++++++++----------- test/CodeGen/X86/sext-i1.ll | 16 ++-- utils/TableGen/GlobalISelEmitter.cpp | 69 ++++++++------ 15 files changed, 311 insertions(+), 295 deletions(-)