[llvm] [StructuralHash] Global Variable (PR #118412)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 18:00:41 PST 2024
================
@@ -0,0 +1,91 @@
+; This test verifies that global variables are hashed based on their initial contents,
+; allowing them to be merged even if they appear different due to their names.
+; Now they become identical functions that can be merged without creating a paramter.
----------------
mingmingl-llvm wrote:
(a drive-by comment) nit: typo
https://github.com/llvm/llvm-project/pull/118412
More information about the llvm-commits
mailing list