[flang-commits] [flang] [flang] Add debug information for module variables. (PR #91582)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Wed May 15 09:16:28 PDT 2024


abidh wrote:

> There is a plan for a pass (#73829) that would convert some constants to globals. Would it be OK to mark this as a Global Variable?

Currently, we add variable only if deconstructed name kind is `fir::NameUniquer::NameKind::VARIABLE`. I think that should filter out the generated globals.

https://github.com/llvm/llvm-project/pull/91582


More information about the flang-commits mailing list