This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6411a7949b1 [LTO] Fix the interaction between linker redefined symbols [...] new 91054ccf0ae [ValueTracking] Support icmps fed by 'and' and 'or'. new 78be03e3598 [lib/LTO] Add a comment to explain where we set the linkage [...]
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: include/llvm/Analysis/ValueTracking.h | 3 +- lib/Analysis/ValueTracking.cpp | 39 +++++- lib/Transforms/IPO/FunctionImport.cpp | 5 + test/Transforms/InstCombine/select-implied.ll | 41 ++++++ test/Transforms/SimplifyCFG/implied-and-or.ll | 183 ++++++++++++++++++++++++++ 5 files changed, 262 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/implied-and-or.ll