Use new MemRefType::getMemorySpace method with generic Attribute
in cases, where there is no specific logic around the memory space.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99154
[mlir][NFC] Replace `getMemorySpaceAsInt` with `getMemorySpace` where possible ClosedPublic Authored by vinograd47 on Mar 23 2021, 1:47 AM.
Details Summary Use new MemRefType::getMemorySpace method with generic Attribute
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 23 2021, 5:05 PM Closed by commit rG18a2f479bf47: [mlir][NFC] Replace `getMemorySpaceAsInt` with `getMemorySpace` where possible (authored by vinograd47). · Explain WhyMar 24 2021, 3:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332922 mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/Vector/VectorOps.cpp
|