[all-commits] [llvm/llvm-project] 34312f: [mlir][LLVM] Support opaque pointers in data layou...
zero9178 via All-commits
all-commits at lists.llvm.org
Mon Apr 25 00:15:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34312f1f0c4f56ae78577783ec62bee3fb5dab90
https://github.com/llvm/llvm-project/commit/34312f1f0c4f56ae78577783ec62bee3fb5dab90
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
M mlir/test/Dialect/LLVMIR/layout.mlir
Log Message:
-----------
[mlir][LLVM] Support opaque pointers in data layout entries
This is likely preferable to having it crash if one were to specify an opaque pointer type, and the actual element type is unused either way.
Differential Revision: https://reviews.llvm.org/D124334
More information about the All-commits
mailing list