[NFC][SimplifyCFG] Add test coverage for FoldBranchToCommonDest xform with live-out...
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 26 Nov 2020 12:21:56 +0000 (15:21 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 26 Nov 2020 19:51:21 +0000 (22:51 +0300)
commit394b4fdb41542f695ed478c33275c54afb081efe
treed44452bea8b7427328e7a377e60b641dbb23c0f9
parent65db7d38e0502db7b5753e974e630fd1663cb65b
[NFC][SimplifyCFG] Add test coverage for FoldBranchToCommonDest xform with live-out bonus instuctions

The uses of the bonus instructions should not be preventing the transformation.
llvm/test/Transforms/SimplifyCFG/fold-branch-to-common-dest.ll [new file with mode: 0644]