This is an archive of the discontinued LLVM Phabricator instance.

[flang] Upstream SymbolMap
ClosedPublic

Authored by schweitz on Jun 18 2020, 8:13 PM.

Details

Summary

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.

Diff Detail

Event Timeline

schweitz created this revision.Jun 18 2020, 8:13 PM

@schweitz did you miss flang/Lower/Support/BoxValue.h or is that in a separate patch?

@schweitz did you miss flang/Lower/Support/BoxValue.h or is that in a separate patch?

It'll be in another patch to keep these as small as possible.

jeanPerier accepted this revision.Jun 19 2020, 9:54 AM
This revision is now accepted and ready to land.Jun 19 2020, 9:54 AM
sscalpone accepted this revision.Jun 19 2020, 10:46 AM
This revision was automatically updated to reflect the committed changes.