This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96afa5b3acd [ConstantRangeTest] Add exhaustive intersectWith() test new c466f32ecf0 [LegalizeVectorTypes] Allow single loads and stores for mor [...] new 65068d00d37 [DAGCombiner] Teach TokenFactor pruning to peek through lif [...]
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/SelectionDAG/DAGCombiner.cpp | 2 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 7 ++- lib/Target/AMDGPU/R600ISelLowering.cpp | 14 +++-- test/CodeGen/AMDGPU/load-constant-i16.ll | 26 ++++----- test/CodeGen/AMDGPU/load-global-i16.ll | 20 +++---- test/CodeGen/AMDGPU/load-local-i16.ll | 10 +++- test/CodeGen/X86/load-local-v3i1.ll | 70 ++++++++++++++++++++++++ test/CodeGen/X86/swap.ll | 6 -- test/CodeGen/X86/widen_arith-3.ll | 6 +- test/CodeGen/X86/widen_cast-2.ll | 3 +- test/CodeGen/X86/widen_cast-3.ll | 3 +- test/CodeGen/X86/widen_load-2.ll | 31 ++++------- test/DebugInfo/COFF/inlining.ll | 11 ++-- 13 files changed, 134 insertions(+), 75 deletions(-) create mode 100644 test/CodeGen/X86/load-local-v3i1.ll