This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4f0b6e [X86][SSE] Added vector urem combine tests new 4864d89 [X86][SSE] Added vector srem combine tests new 72b26e6 [docs] Add more Error documentation to the Programmer's Manual. new b03ba30 [DAGCombiner] Enable srem(x.y) -> urem(x,y) combine for vectors
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: docs/ProgrammersManual.rst | 404 +++++++++++++++++++++++++++---- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- test/CodeGen/X86/combine-srem.ll | 87 +++++++ 3 files changed, 445 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/X86/combine-srem.ll