[all-commits] [llvm/llvm-project] 0bf120: [mlir] [sroa] Add support for MemRef.
Théo Degioanni via All-commits
all-commits at lists.llvm.org
Wed May 24 00:39:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bf120a82040f7ffaba0f0ab72a983f1cd9343ab
https://github.com/llvm/llvm-project/commit/0bf120a82040f7ffaba0f0ab72a983f1cd9343ab
Author: Théo Degioanni <theo.degioanni at nextsilicon.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
A mlir/include/mlir/Dialect/MemRef/IR/MemRefMemorySlot.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
R mlir/lib/Dialect/MemRef/IR/MemRefMem2Reg.cpp
A mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
A mlir/test/Dialect/MemRef/sroa.mlir
Log Message:
-----------
[mlir] [sroa] Add support for MemRef.
This patch implements SROA interfaces for MemRef, up to a given fixed
size.
Reviewed By: gysit, Dinistro
Differential Revision: https://reviews.llvm.org/D151102
More information about the All-commits
mailing list