[PATCH] Add a flag to experiment with outlining optional branches.

Daniel Jasper djasper at google.com
Wed Feb 18 10:41:36 PST 2015


As previously discussed on IRC, using the post dominator tree is probably not an option for performance reasons. I'll try to come up with an implementation that doesn't need it. If we had it, the implementation can actually be simplified as in this version of the patch (a single lookup in the dominator tree instead of many). Just adding this for documentation of the progress.


http://reviews.llvm.org/D7719

Files:
  lib/CodeGen/MachineBlockPlacement.cpp
  test/CodeGen/X86/code_placement_outline_optional_branches.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7719.20204.patch
Type: text/x-patch
Size: 4352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150218/ec46262b/attachment.bin>


More information about the llvm-commits mailing list