This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e972c4e0da3 Add AVX support to this test. new 7af7d4cc84b [BlockExtractor] Change the basic block separator from ',' to ';' new 226fd2b61ab [BlockExtractor] Expose a constructor for the group extraction new b90e8d33754 [llvm-extract] Expose the group extraction feature of the B [...]
The 3 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/Transforms/IPO.h | 4 + lib/Transforms/IPO/BlockExtractor.cpp | 34 +++++- .../BlockExtractor/extract-blocks-with-groups.ll | 4 +- .../llvm-extract/extract-blocks-with-groups.ll | 124 +++++++++++++++++++++ tools/llvm-extract/llvm-extract.cpp | 31 ++++-- 5 files changed, 179 insertions(+), 18 deletions(-) create mode 100644 test/tools/llvm-extract/extract-blocks-with-groups.ll