This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Support generating builders for named op attributes
ClosedPublic

Authored by antiagainst on Jan 14 2021, 4:57 PM.

Details

Summary

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.

Diff Detail