DenseSet<Value> works but DenseSet<OpResult> currently results in a compile error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111694
[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 TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 18 others. · View Herald TranscriptOct 12 2021, 11:21 PM This revision is now accepted and ready to land.Oct 12 2021, 11:34 PM Closed by commit rGc1610847232d: [mlir] Make OpResult usable with DenseSet etc. (authored by springerm). · Explain WhyOct 13 2021, 12:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379286 mlir/include/mlir/IR/Value.h
|