This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b82cf8d9d43 [X86] Make ANY_EXTEND from vXi1 Custom for more types. new 290324b3096 [DAGCombine] Move AND nodes to multiple load leaves new 367e62b5396 [Verifier] Check that GEP indexes has correct types
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 | 124 ++++++ lib/IR/Verifier.cpp | 4 + test/CodeGen/ARM/and-load-combine.ll | 652 ++++++++++++++---------------- test/Verifier/non-integer-gep-index.ll | 8 + test/Verifier/non-integer-gep-index.ll.bc | Bin 0 -> 7392 bytes 5 files changed, 433 insertions(+), 355 deletions(-) create mode 100644 test/Verifier/non-integer-gep-index.ll create mode 100644 test/Verifier/non-integer-gep-index.ll.bc