This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by frasercrmck on Jan 24 2022, 3:54 AM.

Details

Summary

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

Diff Detail

Event Timeline

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