Tighten the def of memref.global op to use the right kind of TypeAttr
(of MemRefType).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109822
[MLIR] Tighten type constraint on memref.global op def ClosedPublic Authored by bondhugula on Sep 15 2021, 4:47 AM.
Details Summary Tighten the def of memref.global op to use the right kind of TypeAttr
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 15 2021, 4:51 AM Closed by commit rGf68939d3d91c: [MLIR] Tighten type constraint on memref.global op def (authored by bondhugula). · Explain WhySep 15 2021, 10:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372742 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
mlir/lib/Dialect/StandardOps/Transforms/TensorConstantBufferize.cpp
|