This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfc3af0 auto-generate checks new 9cd4907 [AliasAnalysis] Treat invariant.start as read-memory
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/Analysis/BasicAliasAnalysis.cpp | 26 ++++++++++ .../DeadStoreElimination/invariant.start.ll | 34 +++++++++++++ test/Transforms/GVN/invariant.start.ll | 59 ++++++++++++++++++++++ test/Transforms/MemCpyOpt/invariant.start.ll | 49 ++++++++++++++++++ 4 files changed, 168 insertions(+) create mode 100644 test/Transforms/DeadStoreElimination/invariant.start.ll create mode 100644 test/Transforms/GVN/invariant.start.ll create mode 100644 test/Transforms/MemCpyOpt/invariant.start.ll