This is an archive of the discontinued LLVM Phabricator instance.

[mlir] NFC: fix trivial typos
ClosedPublic

Authored by kiszk on Jan 7 2021, 2:05 AM.

Details

Diff Detail

Event Timeline

kiszk created this revision.Jan 7 2021, 2:05 AM
kiszk requested review of this revision.Jan 7 2021, 2:05 AM
herhut added a comment.Jan 7 2021, 3:59 AM

Thanks for fixing these. Just some remarks while looking through the changes.

mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
772

While at it, this could be a two line string.

mlir/lib/Dialect/StandardOps/IR/Ops.cpp
1464

This elides the .

mlir/lib/Dialect/StandardOps/Transforms/ExpandOps.cpp
1

Also drop the 0 from 0to?

kiszk updated this revision to Diff 315141.Jan 7 2021, 7:45 AM
kiszk retitled this revision from [mlir] NFC: fix trivial typos fix typo under include and lib directories to [mlir] NFC: fix trivial typos.
kiszk edited the summary of this revision. (Show Details)

Thank you for your comments. I addressed the comments.

antiagainst accepted this revision.Jan 7 2021, 8:55 AM
This revision is now accepted and ready to land.Jan 7 2021, 8:55 AM
This revision was automatically updated to reflect the committed changes.