This is somewhat related to linkage itself.
Specifically, depending on the progress of lowering, there can be a need to decide on name earlier if some of the external codegen involved(e.g. BYOC that pre-decides on "global_symbol" of the name, or user specifies that they would like to "lock" the name so they can be accessed from outside). Aka we cannot force all he naming being deferred. This being said, we should have a clear critieria to tell that what names are "internal", as a result can be changed, and what are "external", as a result need to be fixed due to prior passes and agreements. --- [Visit Topic](https://discuss.tvm.apache.org/t/pre-rfc-name-mangling-in-irmodules/12944/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/9727063f4583f65b205703334e116459e9a702313a2e4a50f4acc47756dfa2a2).