This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7ec431cedb [GCOV] Add options to filter files which must be instrumented. new 8e59cd19150 [LICM] Hoist guards from non-header blocks
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: .../llvm/Analysis/InstructionPrecedenceTracking.h | 25 ++++ include/llvm/Analysis/MustExecute.h | 14 +- lib/Analysis/InstructionPrecedenceTracking.cpp | 5 + lib/Analysis/MustExecute.cpp | 31 +++++ lib/Transforms/Scalar/LICM.cpp | 14 +- test/Transforms/LICM/guards.ll | 152 ++++++++++++++++++++- 6 files changed, 227 insertions(+), 14 deletions(-)