This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ddbe89 Add a macro for prefetching data. new 0ca2107 [InstSimplify] move one and add more tests for potential nega [...] new 6d823ec [AliasSetTracker] Return void for add() functions. NFC.
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/AliasSetTracker.h | 19 +++++---- lib/Analysis/AliasSetTracker.cpp | 66 ++++++++++++-------------------- test/Transforms/InstSimplify/AndOrXor.ll | 9 ----- test/Transforms/InstSimplify/negate.ll | 63 ++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+), 61 deletions(-) create mode 100644 test/Transforms/InstSimplify/negate.ll