This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c559a0 Try to appease clang-x64-ninja-win7 bot. new bbd902f [BasicAA] Guard intrinsics don't write to memory new b93f14a [ValueTracking] Use guards to prove non-nullness of a value
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: lib/Analysis/BasicAliasAnalysis.cpp | 36 ++++++++++++-- lib/Analysis/ValueTracking.cpp | 20 ++++---- test/Analysis/BasicAA/guards.ll | 30 +++++++++++ test/Transforms/LICM/hoist-deref-load.ll | 85 ++++++++++++++++++++++++++++++++ 4 files changed, 158 insertions(+), 13 deletions(-) create mode 100644 test/Analysis/BasicAA/guards.ll