[PATCH] D82140: [flang] Upstream SymbolMap
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 20:43:34 PDT 2020
schweitz created this revision.
schweitz added reviewers: jeanPerier, sscalpone, kiranchandramohan, vjayathirtha-nv.
schweitz added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, stephenneuendorffer, rriddle.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82140
Files:
flang/lib/Lower/SymbolMap.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82140.271903.patch
Type: text/x-patch
Size: 10230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/6ce9364d/attachment.bin>
More information about the llvm-commits
mailing list