[all-commits] [llvm/llvm-project] 3a84d8: [flang] Finish adding AbstractConverter.h
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Mon Jun 22 08:18:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a84d84adcd59e62f37792b1f2c6859fb84971cd
https://github.com/llvm/llvm-project/commit/3a84d84adcd59e62f37792b1f2c6859fb84971cd
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
Log Message:
-----------
[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
More information about the All-commits
mailing list