This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes] Combine PromoteIntRes_VECTOR_DEINTERLEAVE and PromoteIntRes_VECTOR_INTERLEAVE. NFC
ClosedPublic

Authored by craig.topper on Jun 27 2023, 3:59 PM.

Details

Summary

The functions are identical except for the opcode of the node.
We can have a single function and use N->getOpcode().

Diff Detail

Event Timeline

craig.topper created this revision.Jun 27 2023, 3:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 3:59 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper requested review of this revision.Jun 27 2023, 3:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 3:59 PM
luke accepted this revision.Jun 28 2023, 2:50 AM

LGTM

This revision is now accepted and ready to land.Jun 28 2023, 2:50 AM
paulwalker-arm accepted this revision.Jun 28 2023, 2:53 AM
This revision was landed with ongoing or failed builds.Jun 28 2023, 7:58 AM
This revision was automatically updated to reflect the committed changes.