[all-commits] [llvm/llvm-project] 0acc26: [mlir][linalg] Support generating builders for nam...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Jan 15 06:00:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0acc260b574e28f5247e8ad4d8c9805b8005c841
https://github.com/llvm/llvm-project/commit/0acc260b574e28f5247e8ad4d8c9805b8005c841
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-gen.tc
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
Log Message:
-----------
[mlir][linalg] Support generating builders for named op attributes
This commit adds support to generate an additional builder for
each named op that has attributes. This gives better experience
when creating the named ops.
Along the way adds support for i64.
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D94733
More information about the All-commits
mailing list