This is an archive of the discontinued LLVM Phabricator instance.

[Polly] [PCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]
ClosedPublic

Authored by bollu on Nov 16 2017, 6:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Nov 16 2017, 6:14 AM
bollu updated this revision to Diff 123170.Nov 16 2017, 6:21 AM
  • remove unrelated files.
philip.pfaffe edited edge metadata.Nov 16 2017, 7:20 AM

Shouldn't this actually go to errs() instead?

Meinersbur edited edge metadata.Nov 16 2017, 7:39 AM

Shouldn't this actually go to errs() instead?

IMHO outs() is correct since the output was explicitly request by polly-acc-dump-code.

philip.pfaffe accepted this revision.Nov 16 2017, 8:50 AM

Okay. In that case LGTM.

This revision is now accepted and ready to land.Nov 16 2017, 8:50 AM
This revision was automatically updated to reflect the committed changes.