This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [NFC] Add new line and empty line before printing modified loop to make the debug output readable.
ClosedPublic

Authored by jurahul on Jun 23 2020, 3:37 PM.

Diff Detail

Event Timeline

jurahul created this revision.Jun 23 2020, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2020, 3:37 PM
jurahul retitled this revision from [MLIR] [NFC] Add new line and empty before printing modified loop to make the debug output readable. to [MLIR] [NFC] Add new line and empty before printing modified loop to make the debug output readable..Jun 23 2020, 3:38 PM
jurahul added a reviewer: rriddle.
jurahul retitled this revision from [MLIR] [NFC] Add new line and empty before printing modified loop to make the debug output readable. to [MLIR] [NFC] Add new line and empty line before printing modified loop to make the debug output readable..
rriddle accepted this revision.Jun 23 2020, 3:39 PM

Feel free to submit simple things like this directly in the future.

This revision is now accepted and ready to land.Jun 23 2020, 3:39 PM

Thanks. Will do.

jurahul updated this revision to Diff 272875.Jun 23 2020, 5:24 PM

Move canBeHoisted to anonymous name space and remove static

This revision was automatically updated to reflect the committed changes.
rriddle added inline comments.Jun 23 2020, 5:58 PM
mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
43

Revert this, functions should not be in anonymous namespaces.