================

----------------
mmjjpp wrote:

In SplitModuleCG, we do not perform the actual renaming immediately. We only 
record the required renaming information and apply the rename after the opt 
pipeline has completed.

This is intentional: deferring the rename minimizes the impact of renaming on 
subsequent optimizations while still allowing us to handle name collisions 
consistently.

https://github.com/llvm/llvm-project/pull/198702
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to