diff options
author | Eric Schweitz <eschweitz@nvidia.com> | 2020-04-30 08:16:08 -0700 |
---|---|---|
committer | Eric Schweitz <eschweitz@nvidia.com> | 2020-04-30 11:45:39 -0700 |
commit | d93ae65253e07fd8e96224620840e1ed144dc81f (patch) | |
tree | e48d85a4837153c824684b3b9227b57cfecfd802 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | 1c1d9d9d7fd33fb142b40d03bd1fbbf9583197b4 (diff) | |
download | llvm-d93ae65253e07fd8e96224620840e1ed144dc81f.zip llvm-d93ae65253e07fd8e96224620840e1ed144dc81f.tar.gz llvm-d93ae65253e07fd8e96224620840e1ed144dc81f.tar.bz2 |
[flang] Add the header file for the conversion of FIR(MLIR) to LLVM-IR dialect
Summary:
This is the interface to the conversion pass that converts the FIR dialect (and standard dialects) of MLIR to the LLVM-IR dialect. The implementation of this bridge will be forthcoming in subsequent diffs.
The purpose of the code gen bridge is to take the IR, which will be expressed as a mix of higher-level Fortran constructs as expressed in the FIR dialect and the MLIR standard dialect, and convert the representation into the LLVM-IR dialect. At that point, the LLVM-IR dialect can be converted into LLVM IR (proper) by a standard MLIR pass.
Reviewers: jeanPerier, vjayathirtha-nv, sscalpone, jdoerfert, DavidTruby, kiranchandramohan
Reviewed By: sscalpone, kiranchandramohan
Tags: #llvm, #flang
Differential Revision: https://reviews.llvm.org/D79177
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions