This is an archive of the discontinued LLVM Phabricator instance.

Update loop unroller cost model to make sure debug info does not affect optimization decisions.
ClosedPublic

Authored by danielcdh on Sep 30 2016, 8:55 AM.

Details

Summary

Debug info should *not* affect optimization decisions. This patch updates loop unroller cost model to make it not affected by debug info.

Event Timeline

danielcdh updated this revision to Diff 73062.Sep 30 2016, 8:55 AM
danielcdh retitled this revision from to Update loop unroller cost model to make sure debug info does not affect optimization decisions..
danielcdh updated this object.
danielcdh added a reviewer: davidxl.
danielcdh added a subscriber: llvm-commits.
mzolotukhin accepted this revision.Sep 30 2016, 11:05 AM
mzolotukhin added a reviewer: mzolotukhin.

LGTM!

This revision is now accepted and ready to land.Sep 30 2016, 11:05 AM
danielcdh closed this revision.Sep 30 2016, 11:38 AM