[PATCH] D158317: [IR] Add SturcturalHash printer pass
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 19:35:09 PDT 2023
aidengrossman updated this revision to Diff 552191.
aidengrossman marked 3 inline comments as done.
aidengrossman added a comment.
Address reviewer feedback
- Fix top comment typo
- Remove mostly useless header comment
- Switch to using pass options fron the cl::opt in printer pass
- Update test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158317/new/
https://reviews.llvm.org/D158317
Files:
llvm/include/llvm/Analysis/StructuralHash.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/StructuralHash.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158317.552191.patch
Type: text/x-patch
Size: 5613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230822/8c9ea546/attachment.bin>
More information about the llvm-commits
mailing list