[all-commits] [llvm/llvm-project] 8bb5ca: [mlir] Support bufferization of arith.constant to ...
amrami via All-commits
all-commits at lists.llvm.org
Mon Mar 20 08:13:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bb5ca58327ec5d0788b1546844b06b1118c5cb5
https://github.com/llvm/llvm-project/commit/8bb5ca58327ec5d0788b1546844b06b1118c5cb5
Author: Maya Amrami <mayaam88 at gmail.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
M mlir/lib/Dialect/Arith/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/Bufferization/Transforms/BufferUtils.cpp
M mlir/test/Dialect/Arith/one-shot-bufferize-memory-space-invalid.mlir
Log Message:
-----------
[mlir] Support bufferization of arith.constant to memref.global with memory space
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D146381
More information about the All-commits
mailing list