This is an archive of the discontinued LLVM Phabricator instance.

[TailDuplication] Split up NumInstrDups statistic.
ClosedPublic

Authored by gberry on Jun 14 2016, 12:22 PM.

Details

Summary

Split NumInstrDups statistic into separate added/removed counts to avoid
negative stat being printed as unsigned.

Diff Detail

Repository
rL LLVM

Event Timeline

gberry updated this revision to Diff 60722.Jun 14 2016, 12:22 PM
gberry retitled this revision from to [TailDuplication] Split up NumInstrDups statistic..
gberry updated this object.
gberry added a subscriber: llvm-commits.
mcrosier accepted this revision.Jun 14 2016, 12:33 PM
mcrosier added a reviewer: mcrosier.

LGTM.

This revision is now accepted and ready to land.Jun 14 2016, 12:33 PM
This revision was automatically updated to reflect the committed changes.