This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove tabs from predecessor comments
ClosedPublic

Authored by GMNGeoffrey on May 4 2020, 4:35 PM.

Details

Summary

This change removes tabs from the comments printed by the asmprinter after basic
block declarations in favor of two spaces. This is currently the only place in
the printed IR that uses tabs.

Diff Detail

Event Timeline

GMNGeoffrey created this revision.May 4 2020, 4:35 PM
Herald added 1 blocking reviewer(s): rriddle. · View Herald TranscriptMay 4 2020, 4:36 PM
Herald added a project: Restricted Project. · View Herald Transcript
jpienaar accepted this revision.May 4 2020, 4:43 PM

Yay no tabs

rriddle accepted this revision.May 4 2020, 4:48 PM
rriddle retitled this revision from Remove tabs from predecessor comments to [mlir] Remove tabs from predecessor comments.
This revision is now accepted and ready to land.May 4 2020, 4:48 PM

Can someone land this for me, since I don't have commit access?

This revision was automatically updated to reflect the committed changes.

Thanks Mehdi :-)