This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eea77acda7b Fix unused variable warning. NFCI. new 4396102a685 [DAGCombine] Fix a miscompile when reducing BUILD_VECTORs t [...] new c0bab749ea1 [NFC] Fix unused variable in release builds new 95f0c9ffc76 [MIPS][microMIPS] Enable dynamic stack realignment
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 20 +++++------ lib/Target/Mips/MipsRegisterInfo.cpp | 4 +-- lib/Target/X86/X86ISelLowering.cpp | 4 +-- test/CodeGen/Mips/dynamic-stack-realignment.ll | 42 +++++++++++++++------- test/CodeGen/X86/shuffle-extract-subvector.ll | 48 ++++++++++++++++++++++++++ 5 files changed, 90 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/X86/shuffle-extract-subvector.ll