================ @@ -0,0 +1,98 @@ +; Test to ensure that devirtualization promotes an internal virtual target to a +; uniqued hidden symbol from a static function, and later on the static funciton +; is promoted to the same hidden symbol. ---------------- teresajohnson wrote:
Add that this is to test that the renaming is still performed even when we try to avoid always renaming on promotion. https://github.com/llvm/llvm-project/pull/178587 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
