summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeExtractor/BlockAddressSelfReference.ll
Commit message (Collapse)AuthorAgeFilesLines
* Clean up a test caseXinliang David Li2017-06-271-34/+41
| | | | llvm-svn: 306468
* [CodeExtractor] Prevent extraction of block involving blockaddressSerge Guelton2017-06-271-0/+43
BlockAddress are only valid within their function context, which does not interact well with CodeExtractor. Detect this case and prevent it. Differential Revision: https://reviews.llvm.org/D33839 llvm-svn: 306448
OpenPOWER on IntegriCloud