AliasInfo can now use union-find for a much more efficient implementation.
This brings no functional changes but large performance gains on more complex examples.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109819
[mlir][Linalg] Replace DenseSet by UnionFind in ComprehensiveBufferize - NFC ClosedPublic Authored by nicolasvasilache on Sep 15 2021, 3:12 AM.
Details Summary AliasInfo can now use union-find for a much more efficient implementation.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 15 2021, 3:12 AM This revision is now accepted and ready to land.Sep 15 2021, 3:30 AM This revision was landed with ongoing or failed builds.Sep 15 2021, 3:36 AM Closed by commit rGe3889b30590a: [mlir][Linalg] Replace DenseSet by UnionFind in ComprehensiveBufferize - NFC (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372670 mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
|