This is an archive of the discontinued LLVM Phabricator instance.

[VE][NFC] Split up lowering init
ClosedPublic

Authored by simoll on Oct 30 2020, 7:58 AM.

Details

Summary

Split up the monolithic VETargetLowering ctor into three initialization phases:

  1. initRegisterClasses()
  2. initSPUActions()
  3. // TODO initVPUActions()

Diff Detail

Event Timeline

simoll created this revision.Oct 30 2020, 7:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2020, 7:58 AM
simoll requested review of this revision.Oct 30 2020, 7:58 AM
kaz7 accepted this revision.Oct 30 2020, 8:10 AM

LGTM.

This revision is now accepted and ready to land.Oct 30 2020, 8:10 AM
This revision was landed with ongoing or failed builds.Oct 30 2020, 8:19 AM
This revision was automatically updated to reflect the committed changes.