This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Post submit addressed comments missed in f0cdc5bcd3f25192f12bfaff072ce02497b59c3c
ClosedPublic

Authored by nicolasvasilache on Sep 15 2022, 4:14 AM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache requested review of this revision.Sep 15 2022, 4:14 AM
ftynse accepted this revision.Sep 15 2022, 4:18 AM
ftynse added a subscriber: ftynse.
ftynse added inline comments.
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
798–802

I'd wrap this in an oilist to avoid fixing the order uselessly. Or just keep in attr-dict, it's just two keystrokes to add the braces and the transform op syntax becomes more homogeneous.

This revision is now accepted and ready to land.Sep 15 2022, 4:18 AM
nicolasvasilache marked an inline comment as done.Sep 15 2022, 4:22 AM
nicolasvasilache added inline comments.
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
798–802

good point, thanks!

nicolasvasilache marked an inline comment as done.

Address comment.

This revision was landed with ongoing or failed builds.Sep 15 2022, 4:47 AM
This revision was automatically updated to reflect the committed changes.