[all-commits] [llvm/llvm-project] ae9288: [mlir][IR] Hash result types in OperationFingerPrint
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Mar 3 06:07:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae9288d471ec02c8812091ba43b92a5dbec6c38f
https://github.com/llvm/llvm-project/commit/ae9288d471ec02c8812091ba43b92a5dbec6c38f
Author: Matthias Springer <me at m-sp.org>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M mlir/lib/IR/OperationSupport.cpp
Log Message:
-----------
[mlir][IR] Hash result types in OperationFingerPrint
Result types were not considered in OperationFingerPrint. This can lead to missing IR dumps when running with `shouldPrintAfterOnlyOnChange` and false positives in D144552.
Differential Revision: https://reviews.llvm.org/D145152
More information about the All-commits
mailing list