This is an archive of the discontinued LLVM Phabricator instance.

Add instcombine pass if sampleprofile pass is enabled.
ClosedPublic

Authored by danielcdh on May 20 2016, 5:25 PM.

Details

Summary

Sample profile pass need to have instcombine pass. A related change is http://reviews.llvm.org/D17742. But we should not explicitly add dependency between to non-analysis passes. So we add the dependency here.

Diff Detail

Event Timeline

danielcdh updated this revision to Diff 58021.May 20 2016, 5:25 PM
danielcdh retitled this revision from to Add instcombine pass if sampleprofile pass is enabled..
danielcdh updated this object.
danielcdh added a reviewer: davidxl.
danielcdh added a subscriber: llvm-commits.
dnovillo accepted this revision.May 24 2016, 6:33 AM
dnovillo edited edge metadata.

Ah. I should'be read this one first :) Ignore my question on http://reviews.llvm.org/D17742, then.

LGTM

This revision is now accepted and ready to land.May 24 2016, 6:33 AM
danielcdh closed this revision.May 27 2016, 9:20 AM