[all-commits] [llvm/llvm-project] 2e36da: [mlir] Make `OperationFingerPrint` class public
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Wed Nov 2 03:26:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e36dadbd6eab10641ac53969ae3dee0b0391e25
https://github.com/llvm/llvm-project/commit/2e36dadbd6eab10641ac53969ae3dee0b0391e25
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/IR/OperationSupport.cpp
M mlir/lib/Pass/IRPrinting.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list