[all-commits] [llvm/llvm-project] b5d51c: [flang] Add SymbolMap
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Jun 19 11:48:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b5d51c24488b5955700f29e40cfb4c5fb4241f76
https://github.com/llvm/llvm-project/commit/b5d51c24488b5955700f29e40cfb4c5fb4241f76
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
A flang/lib/Lower/SymbolMap.h
Log Message:
-----------
[flang] Add SymbolMap
The symbol map is a data structure for tracking variables in a subprogram during the lowering of that subprogram to FIR/MLIR. These data structures will be used by the bridge, which has not been upstreamed yet.
Differential revision: https://reviews.llvm.org/D82140
More information about the All-commits
mailing list