Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BlockExtractor: Don’t delete functions directly | Volkan Keles | 2018-03-12 | 1 | -0/+14 |
| | | | | | | | Blocks may have function calls, so don’t erase functions directly to avoid erasing a function that has a user. llvm-svn: 327340 | ||||
* | [llvm-extract] Support extracting basic blocks | Volkan Keles | 2018-01-23 | 1 | -0/+29 |
Summary: Currently, there is no way to extract a basic block from a function easily. This patch extends llvm-extract to extract the specified basic block(s). Reviewers: loladiro, rafael, bogner Reviewed By: bogner Subscribers: hintonda, mgorny, qcolombet, llvm-commits Differential Revision: https://reviews.llvm.org/D41638 llvm-svn: 323266 |