This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 408651e8a47 [llvm-objcopy] Refactor code to include initialize method new 4161f0e5767 [X86] Make all the NOREX CodeGenOnly instructions into post [...] new 4bbcb4ce020 [X86] Don't select anyext GR32->GR64 to SUBREG_TO_REG. Use [...] new 5b3e3e1523a [InstCombine] Move an optimization from foldICmpAndConstCon [...]
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/X86InstrCompiler.td | 2 +- lib/Target/X86/X86InstrExtension.td | 22 +-- lib/Target/X86/X86InstrInfo.cpp | 21 +++ lib/Target/X86/X86InstrInfo.td | 17 +- lib/Target/X86/X86MCInstLower.cpp | 4 - lib/Transforms/InstCombine/InstCombineCompares.cpp | 26 ++- test/CodeGen/X86/bmi.ll | 4 +- test/CodeGen/X86/bypass-slow-division-32.ll | 4 +- test/CodeGen/X86/divrem.ll | 8 +- test/CodeGen/X86/divrem8_ext.ll | 36 ++-- test/CodeGen/X86/extract-store.ll | 4 +- test/CodeGen/X86/popcnt.ll | 2 +- test/CodeGen/X86/tbm_patterns.ll | 4 +- test/CodeGen/X86/urem-power-of-two.ll | 4 +- test/CodeGen/X86/vector-shuffle-variable-128.ll | 76 ++++---- test/CodeGen/X86/vector-shuffle-variable-256.ll | 200 ++++++++++----------- 16 files changed, 219 insertions(+), 215 deletions(-)