[llvm] [FunctionComparator] Differentiate instructions passing distinct MDStrings (PR #69543)

Daniel Rodríguez Troitiño via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 18:02:14 PDT 2023


================
@@ -0,0 +1,34 @@
+; This test contains three identical functions, aside from the metadata
+; they pass to a function call. This test verifies that the function merger
+; pass is able to merge the two functions that are truly identifical,
----------------
drodriguez wrote:

Nit: typo `identifical` → `identical`

https://github.com/llvm/llvm-project/pull/69543


More information about the llvm-commits mailing list