Display the list of dialects known to mlir-opt. This is useful
for ensuring that linkage has happened correctly, for instance.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74865
[MLIR] add show-dialects option for mlir-opt ClosedPublic Authored by stephenneuendorffer on Feb 19 2020, 1:28 PM.
Details Summary Display the list of dialects known to mlir-opt. This is useful
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 19 2020, 10:03 PM rriddle added inline comments. Closed by commit rG01b209679f69: [MLIR] add show-dialects option for mlir-opt (authored by stephenneuendorffer). · Explain WhyFeb 27 2020, 10:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245503 mlir/tools/mlir-opt/mlir-opt.cpp
|
Can you please sink the context into the if you avoid unnecessarily initializing it?