[flang-commits] [flang] [flang][cuda] Handle special default.nonTbpDefinedIoTable in pass (PR #120686)
via flang-commits
flang-commits at lists.llvm.org
Fri Dec 20 01:21:04 PST 2024
jeanPerier 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.
https://github.com/llvm/llvm-project/pull/120686
More information about the flang-commits
mailing list