[llvm-branch-commits] [llvm] [StructuralHash] Support Differences (PR #112638)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 18 17:09:03 PDT 2024


================
@@ -184,6 +329,12 @@ class StructuralHashImpl {
   }
 
   uint64_t getHash() const { return Hash; }
+  std::unique_ptr<IndexInstrMap> getIndexInstrMap() {
+    return std::move(IndexInstruction);
+  }
+  std::unique_ptr<IndexOperandHashMapType> getIndexPairOpndHashMap() {
----------------
ilovepi wrote:

```suggestion
  }
  
  std::unique_ptr<IndexOperandHashMapType> getIndexPairOpndHashMap() {
```

https://github.com/llvm/llvm-project/pull/112638


More information about the llvm-branch-commits mailing list