[all-commits] [llvm/llvm-project] f532d6: [IR] Add more details to StructuralHash
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Aug 25 14:33:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f532d61de02befccd429c0d260d37275b72f2aa2
https://github.com/llvm/llvm-project/commit/f532d61de02befccd429c0d260d37275b72f2aa2
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M llvm/include/llvm/IR/StructuralHash.h
M llvm/lib/IR/Pass.cpp
M llvm/lib/IR/StructuralHash.cpp
M llvm/unittests/IR/StructuralHashTest.cpp
Log Message:
-----------
[IR] Add more details to StructuralHash
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.
Differential Revision: https://reviews.llvm.org/D158250
Reviewed-By: aeubanks, nikic
More information about the All-commits
mailing list