[PATCH] D158317: [IR] Add SturcturalHash printer pass

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 05:29:11 PDT 2023


nikic added inline comments.


================
Comment at: llvm/test/Analysis/StructuralHash/structural-hash-printer.ll:20
+; DETAILED-HASH: Function f1 Hash: 7c3de1848de089eb
+; DETAILED-HASH: Function f2 Hash: e8f145a33b501984
+
----------------
Isn't this going to fail on 32-bit, at least when combined with your other patch?


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