This is an archive of the discontinued LLVM Phabricator instance.

Remove InstructionCombining and its related pass from sample pgo passes as we can handle "invoke" correctly.
ClosedPublic

Authored by danielcdh on Sep 19 2016, 8:45 AM.

Details

Summary

We previously relies on InstructionCombining pass to remove invoke instructions. Now that we can inline invoke instructions correctly, we do not need these passes any more.

Diff Detail

Event Timeline

danielcdh updated this revision to Diff 71834.Sep 19 2016, 8:45 AM
danielcdh retitled this revision from to Remove InstructionCombining and its related pass from sample pgo passes as we can handle "invoke" correctly..
danielcdh updated this object.
danielcdh added a reviewer: dnovillo.
danielcdh added a subscriber: llvm-commits.
dnovillo accepted this revision.Sep 19 2016, 9:07 AM
dnovillo edited edge metadata.

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 19 2016, 9:07 AM
danielcdh closed this revision.Sep 19 2016, 9:11 AM