[all-commits] [llvm/llvm-project] 14f069: [StructuralHash] Support Differences
Kyungwoo Lee via All-commits
all-commits at lists.llvm.org
Sat Oct 26 12:37:55 PDT 2024
Branch: refs/heads/users/kyulee-com/strhash
Home: https://github.com/llvm/llvm-project
Commit: 14f0691bbf62959290a2eb2203d7eb3a133615f4
https://github.com/llvm/llvm-project/commit/14f0691bbf62959290a2eb2203d7eb3a133615f4
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/include/llvm/IR/StructuralHash.h
M llvm/lib/IR/StructuralHash.cpp
M llvm/unittests/IR/StructuralHashTest.cpp
Log Message:
-----------
[StructuralHash] Support Differences
This comutes a structural hash while allowing for selective ignoring of
certain operands based on a custom function that is provided.
Instead of a single hash value, it now returns FunctionHashInfo which
includes a hash value, an instruction mapping, and a map to track the
operand location and its corresponding hash value that is ignored.
Commit: 6c35be80841db518618e2247166312a369683f37
https://github.com/llvm/llvm-project/commit/6c35be80841db518618e2247166312a369683f37
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/lib/IR/StructuralHash.cpp
M llvm/unittests/IR/StructuralHashTest.cpp
Log Message:
-----------
Address comments from ellishg
Commit: 24768bbfe139a0f703310c9c57897ecdb743e653
https://github.com/llvm/llvm-project/commit/24768bbfe139a0f703310c9c57897ecdb743e653
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/include/llvm/Analysis/StructuralHash.h
M llvm/lib/Analysis/StructuralHash.cpp
M llvm/lib/IR/StructuralHash.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
Log Message:
-----------
Address comments from ilovepi
Commit: 14aa138267c26239cbd746c50f222a4cb46ab559
https://github.com/llvm/llvm-project/commit/14aa138267c26239cbd746c50f222a4cb46ab559
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
Address 2nd comments from ellishg
Commit: d3c35a765780eedf9ccc86949d639afede480dfb
https://github.com/llvm/llvm-project/commit/d3c35a765780eedf9ccc86949d639afede480dfb
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/include/llvm/Analysis/StructuralHash.h
Log Message:
-----------
Address 3rd comments from ellishg
Compare: https://github.com/llvm/llvm-project/compare/a61dd8e9995a...d3c35a765780
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list