This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6df72b9a11b [PM] Retire disable unit-at-a-time switch. new 80d30e12ccf Roll forward r314928
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: lib/Transforms/InstCombine/InstCombineInternal.h | 4 + lib/Transforms/InstCombine/InstCombinePHI.cpp | 234 +++++++++++++++++++++++ test/Transforms/InstCombine/intptr1.ll | 193 +++++++++++++++++++ test/Transforms/InstCombine/intptr2.ll | 39 ++++ test/Transforms/InstCombine/intptr3.ll | 39 ++++ test/Transforms/InstCombine/intptr4.ll | 53 +++++ test/Transforms/InstCombine/intptr5.ll | 56 ++++++ test/Transforms/InstCombine/intptr6.ll | 90 +++++++++ 8 files changed, 708 insertions(+) create mode 100644 test/Transforms/InstCombine/intptr1.ll create mode 100644 test/Transforms/InstCombine/intptr2.ll create mode 100644 test/Transforms/InstCombine/intptr3.ll create mode 100644 test/Transforms/InstCombine/intptr4.ll create mode 100644 test/Transforms/InstCombine/intptr5.ll create mode 100644 test/Transforms/InstCombine/intptr6.ll