[mlir] Make `OperationFingerPrint` class public
authorIvan Butygin <ivan.butygin@gmail.com>
Mon, 31 Oct 2022 13:16:03 +0000 (14:16 +0100)
committerIvan Butygin <ivan.butygin@gmail.com>
Wed, 2 Nov 2022 10:00:26 +0000 (11:00 +0100)
commit2e36dadbd6eab10641ac53969ae3dee0b0391e25
tree49e20907ee062dd969349751b1e951baf6126b23
parent0c1f9b3f17bcb0639d5f2684771ef21c9508632c
[mlir] Make `OperationFingerPrint` class public

It can be useful to external users as well for detecting if there were any changes in IR between passes.

Differential Revision: https://reviews.llvm.org/D137078
mlir/include/mlir/IR/OperationSupport.h
mlir/lib/IR/OperationSupport.cpp
mlir/lib/Pass/IRPrinting.cpp