This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 018c368d384 [SystemZ] Add a check against zero before calling getTestU [...] new ca59b915b5d [Hexagon] Handle cases when the aligned stack pointer is missing new 8bfecccf46b [x86] transform vector inc/dec to use -1 constant (PR33483)
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/Target/Hexagon/HexagonFrameLowering.cpp | 18 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 32 + test/CodeGen/Hexagon/stack-align-reset.ll | 51 + test/CodeGen/Hexagon/vec-vararg-align.ll | 30 + test/CodeGen/X86/avg.ll | 2097 +++++++++++------------ test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 9 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 8 +- test/CodeGen/X86/avx-logic.ll | 6 +- test/CodeGen/X86/avx-vperm2x128.ll | 32 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 3 +- test/CodeGen/X86/avx2-logic.ll | 28 +- test/CodeGen/X86/select.ll | 10 +- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 3 +- test/CodeGen/X86/vec_ctbits.ll | 38 +- test/CodeGen/X86/vector-tzcnt-128.ll | 758 ++++---- test/CodeGen/X86/vector-tzcnt-256.ll | 162 +- test/CodeGen/X86/vector-tzcnt-512.ll | 108 +- test/CodeGen/X86/widen_arith-1.ll | 4 +- test/CodeGen/X86/widen_arith-2.ll | 4 +- test/CodeGen/X86/widen_arith-3.ll | 4 +- test/CodeGen/X86/widen_cast-2.ll | 19 +- test/CodeGen/X86/widen_cast-3.ll | 6 +- test/CodeGen/X86/widen_cast-4.ll | 8 +- test/CodeGen/X86/widen_conv-1.ll | 12 +- 25 files changed, 1846 insertions(+), 1614 deletions(-) create mode 100644 test/CodeGen/Hexagon/stack-align-reset.ll create mode 100644 test/CodeGen/Hexagon/vec-vararg-align.ll