This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ac57f95b0b [InstCombine] add tests for not+sub; NFC new 4582fbe0624 [InstCombine] not(sub X, Y) --> add (not X), Y new cbda3f80430 [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DY [...]
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: cmake/modules/CMakeLists.txt | 6 ++++++ cmake/modules/LLVMConfig.cmake.in | 2 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 ++++ test/Transforms/InstCombine/sub-not.ll | 8 ++++---- test/Transforms/InstCombine/vector-xor.ll | 10 ++++------ 5 files changed, 19 insertions(+), 11 deletions(-)