This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][VP] Add splitting support for VP_MERGE
ClosedPublic

Authored by frasercrmck on Jan 24 2022, 4:08 AM.

Details

Summary

This patch adds splitting support for ISD::VP_MERGE, which splits
identically to VP_SELECT and similarly to other select-like nodes.

Diff Detail

Event Timeline

frasercrmck created this revision.Jan 24 2022, 4:08 AM
frasercrmck requested review of this revision.Jan 24 2022, 4:08 AM
This revision is now accepted and ready to land.Jan 24 2022, 8:44 AM
This revision was landed with ongoing or failed builds.Jan 25 2022, 2:43 AM
This revision was automatically updated to reflect the committed changes.