This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 783bd6a2037 [X86][X87] Add X87 fp80 conversion tests new d78a9f326e5 Teach CorrelatedValuePropagation to reduce the width of udi [...]
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: .../Scalar/CorrelatedValuePropagation.cpp | 52 ++++++++++++ test/Transforms/CorrelatedValuePropagation/udiv.ll | 95 ++++++++++++++++++++++ test/Transforms/CorrelatedValuePropagation/urem.ll | 95 ++++++++++++++++++++++ 3 files changed, 242 insertions(+) create mode 100644 test/Transforms/CorrelatedValuePropagation/udiv.ll create mode 100644 test/Transforms/CorrelatedValuePropagation/urem.ll