This fixes a bug that OperationEquivalence::computeHash doesn't
combine hash of operation locations even when IgnoreLocations is false.
Added a unit test which fails at the current trunk.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D154015
[mlir][IR] Combine location hash if required in OperationEquivalence::computeHash ClosedPublic Authored by uenoku on Jun 28 2023, 3:51 PM.
Details Summary This fixes a bug that OperationEquivalence::computeHash doesn't
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 5:54 PM This revision was landed with ongoing or failed builds.Jun 28 2023, 6:51 PM Closed by commit rGfd82478239a9: [mlir][IR] Combine location hash if required in OperationEquivalence… (authored by uenoku). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535553 mlir/lib/IR/OperationSupport.cpp
mlir/unittests/IR/OperationSupportTest.cpp
|