This is an archive of the discontinued LLVM Phabricator instance.

[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
combine hash of operation locations even when IgnoreLocations is false.
Added a unit test which fails at the current trunk.

Diff Detail

Event Timeline

uenoku created this revision.Jun 28 2023, 3:51 PM
Herald added a project: Restricted Project. · View Herald Transcript
uenoku requested review of this revision.Jun 28 2023, 3:51 PM
uenoku updated this revision to Diff 535553.Jun 28 2023, 3:55 PM
mehdi_amini accepted this revision.Jun 28 2023, 5:54 PM
This 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
This revision was automatically updated to reflect the committed changes.