================ @@ -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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits