This is an archive of the discontinued LLVM Phabricator instance.

[VE][NFC] Factor out helper functions
ClosedPublic

Authored by simoll on Jan 19 2022, 7:56 AM.

Details

Summary

Factor out some helper functions to cleanup VEISelLowering.

Diff Detail

Event Timeline

simoll created this revision.Jan 19 2022, 7:56 AM
simoll requested review of this revision.Jan 19 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2022, 7:56 AM
simoll updated this revision to Diff 401277.Jan 19 2022, 9:09 AM

Also factor out getBroadcast

simoll updated this revision to Diff 401284.Jan 19 2022, 9:25 AM

createBroadcast -> getBroadcast..

kaz7 accepted this revision.Jan 20 2022, 3:17 PM

LGTM.

This revision is now accepted and ready to land.Jan 20 2022, 3:17 PM
This revision was automatically updated to reflect the committed changes.