This brings us closer to replacing the LLVM data layout string with a
first-class layout modeling in MLIR.
Depends On D103945
Paths
| Differential D103946
[mlir] make LLVMPointerType implement the data layout type interface ClosedPublic Authored by ftynse on Jun 9 2021, 1:23 AM.
Details Summary This brings us closer to replacing the LLVM data layout string with a Depends On D103945
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJun 9 2021, 1:24 AM This revision is now accepted and ready to land.Jun 10 2021, 2:06 AM This revision was landed with ongoing or failed builds.Jun 10 2021, 2:24 AM Closed by commit rG7325aaefa52a: [mlir] make LLVMPointerType implement the data layout type interface (authored by ftynse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351094 mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h
mlir/lib/Dialect/LLVMIR/CMakeLists.txt
mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
mlir/test/Dialect/LLVMIR/layout.mlir
|