[all-commits] [llvm/llvm-project] 382eb7: [mlir] Add alloca address space handling to the da...
Jan Sjodin via All-commits
all-commits at lists.llvm.org
Tue Mar 21 06:50:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 382eb7c2c71648fe15fe568ba67f93d3b53beb08
https://github.com/llvm/llvm-project/commit/382eb7c2c71648fe15fe568ba67f93d3b53beb08
Author: Jan Sjodin <jan_sjodin at yahoo.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/DLTI/DLTI.h
M mlir/include/mlir/Dialect/DLTI/DLTIBase.td
M mlir/include/mlir/Interfaces/DataLayoutInterfaces.h
M mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
M mlir/lib/Dialect/DLTI/DLTI.cpp
M mlir/lib/Interfaces/DataLayoutInterfaces.cpp
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/layout.mlir
M mlir/test/lib/Dialect/DLTI/TestDataLayoutQuery.cpp
M mlir/unittests/Interfaces/DataLayoutInterfacesTest.cpp
Log Message:
-----------
[mlir] Add alloca address space handling to the data layout subsystem
This patch adds alloca address space information to the data layout interface
and implementation in the DLTI dialect. This is needed for targets that use
separate address spaces for local/stack data.
Reviewed By: ftynse, krzysz00
Differential Revision: https://reviews.llvm.org/D144657
More information about the All-commits
mailing list