[flang][fir] Add support to mangle/deconstruct namelist group name
authorValentin Clement <clementval@gmail.com>
Fri, 24 Sep 2021 12:05:23 +0000 (14:05 +0200)
committerValentin Clement <clementval@gmail.com>
Fri, 24 Sep 2021 12:06:08 +0000 (14:06 +0200)
commit3593ae4312f6156c9ca50d46cdb55a8dfad782d0
tree3315c9b3f89213e16e82e35ea418898fd811483c
parentc1af84ceaf4fafbfa47f871436986c5c69f65a73
[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