================ ---------------- mmjjpp wrote:
Done. Since llvm-split is currently the only consumer of this API, I moved the rename logic directly into dealWithMpart (which runs in the main thread before serialization). The method now detects promoted locals and renames them in a single pass — the intermediate PromotedRenames map has been removed entirely, since getUniqueModuleId(&M) produces a deterministic suffix consistent across all partitions. https://github.com/llvm/llvm-project/pull/198702 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
