[PATCH] D30545: CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 11:35:04 PST 2017


iteratee created this revision.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D30545

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30545.90365.patch
Type: text/x-patch
Size: 9461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/6b3096f8/attachment.bin>


More information about the llvm-commits mailing list