This is an archive of the discontinued LLVM Phabricator instance.

Add ISsaContext: Type-erased wrapper for SsaContext
Needs ReviewPublic

Authored by nhaehnle on Dec 9 2020, 2:45 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Virtual method dispatch is used to provide the functionality of
SsaContext to algorithms that are written to be generic without
the use of templates.

Change-Id: Id8fdc249baf34cb4e215738344fa418d067257a1

Diff Detail