[llvm] [FunctionComparator] Differentiate instructions passing distinct MDStrings (PR #69543)
Duncan P. N. Exon Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 07:29:47 PDT 2023
dexonsmith wrote:
Can you change the subject of the commit / pull request before pushing to avoid using the phrase "distinct MDString"? I suggest, "different" instead of "distinct". The problem is that "distinct" means something specific in metadata: non-uniqued. Although this cannot be applied to `MDString`, it's still a bit confusing.
https://github.com/llvm/llvm-project/pull/69543
More information about the llvm-commits
mailing list