[all-commits] [llvm/llvm-project] 88b9d1: [mlir][emitc] Add a pointer type
Marius Brehler via All-commits
all-commits at lists.llvm.org
Mon Feb 14 08:45:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88b9d1a49aba54171804da355f00c8fe0483f428
https://github.com/llvm/llvm-project/commit/88b9d1a49aba54171804da355f00c8fe0483f428
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitCTypes.td
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Target/Cpp/TranslateToCpp.cpp
M mlir/test/Dialect/EmitC/types.mlir
M mlir/test/Target/Cpp/types.mlir
Log Message:
-----------
[mlir][emitc] Add a pointer type
Adds a pointer type to EmitC. The emission of pointers is so far only
possible by using the `emitc.opaque` type
Co-authored-by: Simon Camphausen <simon.camphausen at iml.fraunhofer.de>
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D119337
More information about the All-commits
mailing list