This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Support bufferization of arith.constant to memref.global with memory space
ClosedPublic

Authored by mamrami on Mar 19 2023, 7:32 AM.

Diff Detail

Event Timeline

mamrami created this revision.Mar 19 2023, 7:32 AM
mamrami requested review of this revision.Mar 19 2023, 7:32 AM
springerm accepted this revision.Mar 20 2023, 7:21 AM
springerm added inline comments.
mlir/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
129

nit: Can we make this optional: Attribute memorySpace = {}

This revision is now accepted and ready to land.Mar 20 2023, 7:21 AM
mamrami marked an inline comment as done.Mar 20 2023, 7:40 AM