This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.
ClosedPublic

Authored by iteratee on Mar 2 2017, 11:35 AM.

Details

Reviewers
djasper
davidxl
Summary

Outlining optional branches isn't a good heuristic, and it's never been
on by default. Remove it to clean things up.

Diff Detail

Event Timeline

iteratee created this revision.Mar 2 2017, 11:35 AM
davidxl accepted this revision.Mar 2 2017, 11:48 AM

lgtm Thanks for the cleanup.

This revision is now accepted and ready to land.Mar 2 2017, 11:48 AM
iteratee closed this revision.Mar 2 2017, 1:57 PM

Committed in rL296818

lib/CodeGen/MachineBlockPlacement.cpp