[PATCH] D158317: [IR] Add SturcturalHash printer pass
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 15:04:54 PDT 2023
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
lg with one comment
if the test does turn out to be annoying to constantly update we can revisit
================
Comment at: llvm/test/Analysis/StructuralHash/structural-hash-detailed.ll:11
+
+; CHECK: Module Hash: 81f1328ced269bd
+; CHECK: Function f1 Hash: 81f1328ced269bd
----------------
add a comment about expecting the number to be stable across runs
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