This is an archive of the discontinued LLVM Phabricator instance.

[flang] finish adding AbstractConverter.h
ClosedPublic

Authored by schweitz on Jun 20 2020, 4:33 PM.

Details

Summary
This adds the abstract converter interface. The abstract converter is an
interface that supports the conversion of front-end data structures to
MLIR. This interface will be instantiated by the bridge in a future
commit.

Diff Detail

Event Timeline

schweitz created this revision.Jun 20 2020, 4:33 PM

LGTM.

Is this class abstract because you expect multiple implementations of FIR Converters?

This revision is now accepted and ready to land.Jun 21 2020, 2:20 PM
jeanPerier accepted this revision.Jun 22 2020, 1:24 AM
This revision was automatically updated to reflect the committed changes.