summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/MergeFunc/phi-check-blocks.ll
Commit message (Collapse)AuthorAgeFilesLines
* Functions with differing phis should not be merged.Mark Lacey2016-05-201-0/+50
Check that the incoming blocks of phi nodes are identical, and block function merging if they are not. rdar://problem/26255167 Differential Revision: http://reviews.llvm.org/D20462 llvm-svn: 270250
OpenPOWER on IntegriCloud