This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add attributes to region builder (NFC).
ClosedPublic

Authored by gysit on Feb 14 2022, 12:45 AM.

Details

Summary

Adapt the region builder signature to hand in the attributes of the created ops. The revision is a preparation step the support named ops that need access to the operation attributes during op creation.

Depends On D119692

Diff Detail

Event Timeline

gysit created this revision.Feb 14 2022, 12:45 AM
gysit requested review of this revision.Feb 14 2022, 12:45 AM
nicolasvasilache accepted this revision.Feb 14 2022, 2:24 AM
This revision is now accepted and ready to land.Feb 14 2022, 2:24 AM
This revision was automatically updated to reflect the committed changes.