[all-commits] [llvm/llvm-project] 83e9ef: [mlir][standalone] Extend sample with custom type
Marius Brehler via All-commits
all-commits at lists.llvm.org
Fri Feb 17 06:15:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83e9ef7e519a2eac56609268a10e88b251d87e15
https://github.com/llvm/llvm-project/commit/83e9ef7e519a2eac56609268a10e88b251d87e15
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2023-02-17 (Fri, 17 Feb 2023)
Changed paths:
M mlir/examples/standalone/include/Standalone/StandaloneDialect.td
M mlir/examples/standalone/include/Standalone/StandaloneOps.td
A mlir/examples/standalone/include/Standalone/StandaloneTypes.h
A mlir/examples/standalone/include/Standalone/StandaloneTypes.td
M mlir/examples/standalone/lib/Standalone/CMakeLists.txt
M mlir/examples/standalone/lib/Standalone/StandaloneDialect.cpp
A mlir/examples/standalone/lib/Standalone/StandaloneTypes.cpp
M mlir/examples/standalone/test/Standalone/dummy.mlir
Log Message:
-----------
[mlir][standalone] Extend sample with custom type
This extends the standalone example to illustrate how to structure the
files needed to create own types.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D143715
More information about the All-commits
mailing list