This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] refactor GenericSSAContext and its specializations
ClosedPublic

Authored by sameerds on Jul 25 2023, 8:51 PM.

Details

Summary

Fix the GenericSSAContext template so that it actually declares all the
necessary typenames and the methods that must be implemented by its
specializations SSAContext and MachineSSAContext.

Diff Detail

Event Timeline

sameerds created this revision.Jul 25 2023, 8:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 8:51 PM
sameerds requested review of this revision.Jul 25 2023, 8:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 8:51 PM
sameerds added a subscriber: Restricted Project.Jul 25 2023, 8:51 PM
arsenm accepted this revision.Jul 26 2023, 10:18 AM
This revision is now accepted and ready to land.Jul 26 2023, 10:18 AM
This revision was landed with ongoing or failed builds.Jul 26 2023, 9:25 PM
This revision was automatically updated to reflect the committed changes.