[flang][fir] Add support to mangle/deconstruct namelist group name
authorValentin Clement <clementval@gmail.com>
Fri, 24 Sep 2021 20:10:12 +0000 (22:10 +0200)
committerValentin Clement <clementval@gmail.com>
Fri, 24 Sep 2021 20:10:39 +0000 (22:10 +0200)
commit62cc6b0da2912d770c125fc9ea0949f3a7b75fb9
tree0e0f85f4676bd42ce59690105c3cd2919cb4ebd7
parenta5d47b3fa02da6a17828083654b79d5d15d310f3
[flang][fir] Add support to mangle/deconstruct namelist group name

Add support to create unique name for namelist group and be able to
deconstruct them.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D110331

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
flang/include/flang/Optimizer/Support/InternalNames.h
flang/lib/Lower/Mangler.cpp
flang/lib/Optimizer/Support/InternalNames.cpp
flang/unittests/Optimizer/InternalNamesTest.cpp