This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Make OpResult usable with DenseSet etc.
ClosedPublic

Authored by springerm on Oct 12 2021, 11:21 PM.

Details

Summary

DenseSet<Value> works but DenseSet<OpResult> currently results in a compile error.

Diff Detail

Event Timeline

springerm created this revision.Oct 12 2021, 11:21 PM
springerm requested review of this revision.Oct 12 2021, 11:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 11:21 PM
rriddle accepted this revision.Oct 12 2021, 11:34 PM
This revision is now accepted and ready to land.Oct 12 2021, 11:34 PM
This revision was automatically updated to reflect the committed changes.