This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use SetVector to deduplicate shape ops operands
ClosedPublic

Authored by ezhulenev on Feb 4 2022, 10:20 AM.

Details

Summary

Do not use quadratic complexity algorithm to find unique operands

Diff Detail

Event Timeline

ezhulenev created this revision.Feb 4 2022, 10:20 AM
ezhulenev requested review of this revision.Feb 4 2022, 10:20 AM
jpienaar accepted this revision.Feb 4 2022, 10:43 AM
This revision is now accepted and ready to land.Feb 4 2022, 10:43 AM
This revision was automatically updated to reflect the committed changes.