[all-commits] [llvm/llvm-project] 35808a: [flang] Add FIRBuilder.cpp
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Jul 3 11:52:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 35808ab8e18cea0a668ea91786a3d916618e986e
https://github.com/llvm/llvm-project/commit/35808ab8e18cea0a668ea91786a3d916618e986e
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/FIRBuilder.cpp
Log Message:
-----------
[flang] Add FIRBuilder.cpp
The FIR builder is a helper class that manages the creation of MLIR
operations from the bridge. The focus of the builder is the creation of
Operations, Types, etc.
Differential revision: htps://reviews.llvm.org/D83107
More information about the All-commits
mailing list