The type printer was ignoring the memory space on unranked memrefs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86096
[mlir] Fix printing of unranked memrefs in non-default memory space ClosedPublic Authored by ftynse on Aug 17 2020, 11:25 AM.
Details Summary The type printer was ignoring the memory space on unranked memrefs.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptAug 17 2020, 11:25 AM This revision is now accepted and ready to land.Aug 17 2020, 12:46 PM Closed by commit rG674f2df4fe0b: [mlir] Fix printing of unranked memrefs in non-default memory space (authored by ftynse). · Explain WhyAug 18 2020, 12:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 286208 mlir/lib/IR/AsmPrinter.cpp
mlir/test/IR/core-ops.mlir
mlir/test/IR/invalid-ops.mlir
|