[PATCH] D158317: [IR] Add SturcturalHash printer pass
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 12:06:24 PDT 2023
aidengrossman added a comment.
In D158317#4611235 <https://reviews.llvm.org/D158317#4611235>, @aidengrossman wrote:
> Address reviewer feedback
>
> - Switch pass option name to detailed rather than the much more verbose enable-detailed-structural-hash
I'm interested in having a consistent textual interface to expose IR hashes for some downstream analysis and figured upstreaming it would add in a little bit of test coverage (although not be the bulk of it) and might be useful if someone else wants similar data.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158317/new/
https://reviews.llvm.org/D158317
More information about the llvm-commits
mailing list