This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Adding "\n" to debug output. NFC.
ClosedPublic

Authored by zzheng on Dec 9 2015, 5:55 PM.

Details

Summary

[InstCombine] Adding '\n' to debug output. NFC.

Patch by Zhaoshi Zheng <zhaoshiz@codeaurora.org>

Diff Detail

Repository
rL LLVM

Event Timeline

zzheng updated this revision to Diff 42368.Dec 9 2015, 5:55 PM
zzheng retitled this revision from to [InstCombine] Adding "\n" to debug output. NFC..
zzheng updated this object.
zzheng added a reviewer: apazos.
zzheng set the repository for this revision to rL LLVM.
zzheng added a subscriber: llvm-commits.
arsenm added a subscriber: arsenm.Dec 9 2015, 5:56 PM
arsenm added inline comments.
lib/Transforms/InstCombine/InstCombineCasts.cpp
1104

Single character should use single quotes

zzheng updated this revision to Diff 42447.Dec 10 2015, 10:50 AM
zzheng marked an inline comment as done.

Using single quotation marks for '\n' in patch set 2.

majnemer accepted this revision.Dec 10 2015, 1:42 PM
majnemer edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 10 2015, 1:42 PM
zzheng updated this object.Dec 17 2015, 11:47 AM
zzheng edited edge metadata.
zzheng updated this revision to Diff 43166.Dec 17 2015, 11:54 AM
zzheng updated this object.
zzheng added a reviewer: weimingz.

Rebased.

weimingz closed this revision.Dec 17 2015, 11:56 AM