[flang-commits] [flang] [flang][cuda] Make default.nonTbpDefinedIoTable compiler generated (PR #120686)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Fri Dec 20 09:10:50 PST 2024


Valentin Clement =?utf-8?b?KOODkOODrOODsw=?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/120686 at github.com>


clementval wrote:

> Maybe "default.nonTbpDefinedIoTable" name could also be generated as a compiler generated name using fir::NameUniquer::doGenerated [here](https://github.com/llvm/llvm-project/blob/53d080c5b5dfbb46eb81d189736864f5b6196492/flang/lib/Lower/IO.cpp#L302) so that it later falls into the "Namekind::GENERATED" which is more accurate. [edit: that way I believe not special handling would be needed here]

Yeah that was my other proposition. Just updated the patch so it's cleaner. 

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


More information about the flang-commits mailing list