This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a60909 Enable loopreroll for sext of loop control only IV new aa07a97 Re-apply r269081 and r269082 with a fix for MSVC.
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: include/llvm/Analysis/BitSetUtils.h | 38 ++++++++++++++ lib/Analysis/BitSetUtils.cpp | 82 +++++++++++++++++++++++++++++++ lib/Analysis/CMakeLists.txt | 1 + lib/Transforms/IPO/WholeProgramDevirt.cpp | 64 +++++------------------- 4 files changed, 134 insertions(+), 51 deletions(-) create mode 100644 include/llvm/Analysis/BitSetUtils.h create mode 100644 lib/Analysis/BitSetUtils.cpp