This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6804210951b [AVR] Reserve the Y register in all functions new ea59a247177 Support arbitrary address space pointers in masked gather/s [...]
The 1 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: docs/LangRef.rst | 18 +- include/llvm/IR/Intrinsics.h | 26 ++- include/llvm/IR/Intrinsics.td | 6 +- lib/IR/AutoUpgrade.cpp | 25 ++- lib/IR/Function.cpp | 44 +++-- lib/IR/IRBuilder.cpp | 8 +- .../CostModel/X86/masked-intrinsic-cost.ll | 38 ++-- test/Analysis/CostModel/X86/vector_gep.ll | 4 +- test/Assembler/auto_upgrade_intrinsics.ll | 17 ++ test/CodeGen/X86/masked_gather_scatter.ll | 142 +++++++------- test/Transforms/FunctionAttrs/readattrs.ll | 9 +- .../GVN/2016-08-30-MaskedScatterGather.ll | 16 +- test/Transforms/InstCombine/masked_intrinsics.ll | 8 +- .../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 2 +- .../Transforms/LoopVectorize/X86/gather_scatter.ll | 206 ++++++++++++++++++++- test/Transforms/LoopVectorize/X86/scatter_crash.ll | 4 +- .../NewGVN/2016-08-30-MaskedScatterGather.ll | 16 +- test/Verifier/scatter_gather.ll | 122 ++++++++++++ utils/TableGen/IntrinsicEmitter.cpp | 16 +- 19 files changed, 556 insertions(+), 171 deletions(-) create mode 100644 test/Verifier/scatter_gather.ll