This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88f274d0c01 Reduce variable scope to just the if() block its actually u [...] new cc60a82400c [MIR] Add simple PRE pass to MachineCSE new e7a9035e5a9 [X86] LowerMULH - remove unused Lo/Hi vector indices. NFCI.
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/MachineCSE.cpp | 126 +++- lib/Target/X86/X86ISelLowering.cpp | 7 +- test/CodeGen/Mips/internalfunc.ll | 3 +- test/CodeGen/X86/avx2-masked-gather.ll | 48 +- test/CodeGen/X86/masked_compressstore.ll | 1013 ++++++++++----------------- test/CodeGen/X86/masked_gather.ll | 94 +-- test/CodeGen/X86/masked_store.ll | 722 ++++++++----------- test/CodeGen/X86/masked_store_trunc.ll | 531 ++++++-------- test/CodeGen/X86/masked_store_trunc_ssat.ll | 527 ++++++-------- test/CodeGen/X86/masked_store_trunc_usat.ll | 535 ++++++-------- 10 files changed, 1517 insertions(+), 2089 deletions(-)