[flang-commits] [flang] [flang][cuda] Add compiler generated global to unified register global (PR #221135)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Sep 4 10:58:55 PDT 2026
clementval wrote:
> `isCompilerGenerated` also matches the `_QQ` namespace — string literals and read-only array constants — not just the type-info names. Is that intended here?
They are currently matched but I think we should not. I'll update isCompilerGenerated to take a boolean flag to exclude them.
https://github.com/llvm/llvm-project/pull/221135
More information about the flang-commits
mailing list