This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Expand VP SDNodes by default.
ClosedPublic

Authored by craig.topper on Apr 5 2023, 10:59 AM.

Details

Summary

This allows calls to isOperationLegalOrCustom to be correct inside SelectionDAG for targets where VP isn't supported.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 5 2023, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 10:59 AM
craig.topper requested review of this revision.Apr 5 2023, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 10:59 AM
craig.topper edited the summary of this revision. (Show Details)Apr 5 2023, 11:36 AM
craig.topper added a reviewer: luke.
reames accepted this revision.Apr 5 2023, 5:19 PM

LGTM

This revision is now accepted and ready to land.Apr 5 2023, 5:19 PM
This revision was landed with ongoing or failed builds.Apr 5 2023, 6:52 PM
This revision was automatically updated to reflect the committed changes.