This is an archive of the discontinued LLVM Phabricator instance.

[PM] Port BranchProbability Analysis to the new pass manager
ClosedPublic

Authored by davidxl on May 2 2016, 3:32 PM.

Details

Summary

This patch ports the Analysis pass that computes BPI to the new pass manager.

There is a slight difference in printer output -- the header line format is different. This should be revisited later.

Diff Detail

Repository
rL LLVM

Event Timeline

davidxl updated this revision to Diff 55903.May 2 2016, 3:32 PM
davidxl retitled this revision from to [PM] Port BranchProbability Analysis to the new pass manager.
davidxl updated this object.
davidxl added a reviewer: chandlerc.
davidxl added a subscriber: llvm-commits.
davidxl updated this revision to Diff 56197.May 4 2016, 1:21 PM

Updated patch according to Justin's comments.

This revision was automatically updated to reflect the committed changes.