[all-commits] [llvm/llvm-project] 7325aa: [mlir] make LLVMPointerType implement the data lay...
ftynse via All-commits
all-commits at lists.llvm.org
Thu Jun 10 02:24:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7325aaefa52a4bee91391cda2521006c31ab8010
https://github.com/llvm/llvm-project/commit/7325aaefa52a4bee91391cda2521006c31ab8010
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h
M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
M mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
A mlir/test/Dialect/LLVMIR/layout.mlir
Log Message:
-----------
[mlir] make LLVMPointerType implement the data layout type interface
This brings us closer to replacing the LLVM data layout string with a
first-class layout modeling in MLIR.
Depends On D103945
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D103946
More information about the All-commits
mailing list