This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes][NFC] Merge promote SPLAT_VECTOR and promote SCALAR_TO_VECTOR to one function
ClosedPublic

Authored by Jimerlife on Jun 14 2022, 11:18 PM.

Details

Diff Detail

Event Timeline

Jimerlife created this revision.Jun 14 2022, 11:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 11:18 PM
Jimerlife requested review of this revision.Jun 14 2022, 11:18 PM
RKSimon accepted this revision.Jun 15 2022, 3:59 AM

LGTM, although the PromoteIntOp_ScalarOp name could be a little confusing - PromoteIntOp_VectorScalarSrc maybe (I don't like that much either but its at least a bit more descriptive).

This revision is now accepted and ready to land.Jun 15 2022, 3:59 AM
This revision was landed with ongoing or failed builds.Jun 16 2022, 7:44 PM
This revision was automatically updated to reflect the committed changes.