[flang] Finish adding AbstractConverter.h
authorEric Schweitz <eschweitz@nvidia.com>
Sat, 20 Jun 2020 21:17:17 +0000 (14:17 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Mon, 22 Jun 2020 15:18:15 +0000 (08:18 -0700)
commit3a84d84adcd59e62f37792b1f2c6859fb84971cd
tree51fffe9fb165d3a3a4e9dddac2d5104cee25fffc
parent01641197ee0bd3895c756c925723c8c8e03bcb09
[flang] Finish adding AbstractConverter.h

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.

Differential revision: https://reviews.llvm.org/D82268
flang/include/flang/Lower/AbstractConverter.h