[PATCH] D158250: [IR] Add more details to StructuralHash
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 23:21:32 PDT 2023
aidengrossman created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This pass extends StructuralHash to include much more information about
the IR under analysis. This is done with a flag (Detailed) to configure
the behavior. The detailed behavior is intended for use in expensive
checks and downstream.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158250
Files:
llvm/include/llvm/IR/StructuralHash.h
llvm/lib/IR/Pass.cpp
llvm/lib/IR/StructuralHash.cpp
llvm/unittests/IR/StructuralHashTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158250.551391.patch
Type: text/x-patch
Size: 9257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230818/e4c86c17/attachment.bin>
More information about the llvm-commits
mailing list