This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a9ffc49 [ARM] Fix Scavenger assert due to underestimated stack size new 16942ad [X86] No need to avoid selecting AVX_SET0 for 256-bit integer [...] new 7e89a31 [X86] Add patterns for 256-bit non-temporal stores when only [...] new 82b3d2d [X86] Lower 256-bit vector all-zero constants to v8i32 even w [...]
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/X86ISelLowering.cpp | 3 -- lib/Target/X86/X86InstrSSE.td | 61 ++++++++++--------------- test/CodeGen/X86/2012-01-12-extract-sv.ll | 3 +- test/CodeGen/X86/2012-1-10-buildvector.ll | 2 +- test/CodeGen/X86/avx-basic.ll | 2 +- test/CodeGen/X86/avx-select.ll | 4 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 4 +- test/CodeGen/X86/nontemporal-2.ll | 39 ++++++++++++++++ test/CodeGen/X86/vector-shuffle-256-v8.ll | 8 ++-- 9 files changed, 74 insertions(+), 52 deletions(-)