llvm-project/llvm/test/tools/llvm-extract
Quentin Colombet 2d977935a2 [llvm-extract] Expose the group extraction feature of the BlockExtractor
This patch extends the `-bb` option to be able to use the group
extraction feature from the BlockExtractor.
In particular, `-bb=func:bb` is modified to support a list of basic
blocks per function: `-bb=func:bb1[;bb2...]` that will be extracted
together if at all possible (region must be single entry.)

Differential Revision: https://reviews.llvm.org/D60973

llvm-svn: 359464
2019-04-29 16:14:03 +00:00
..
extract-block.ll
extract-blocks-with-groups.ll [llvm-extract] Expose the group extraction feature of the BlockExtractor 2019-04-29 16:14:03 +00:00
extract-invalid-block.ll
extract-multiple-blocks.ll
recursive.ll Include invoke'd functions for recursive extract 2019-04-04 23:30:47 +00:00