This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine][Test] Test for fix of replacing select with Phis when branch has the same labels
ClosedPublic

Authored by kpolushin on Jul 17 2020, 1:42 AM.

Details

Summary

An additional test that allows to check the correctness of handling the case of the same branch labels in the dominator when trying to replace select with phi-node.

Diff Detail