[PATCH] D20177: [MBP] Factor out the optimizations on branch conditions and unanalyzable branches. NFCI.

Haicheng Wu via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 09:20:59 PDT 2016


haicheng updated this revision to Diff 57359.
haicheng added a comment.

Thank you very much, Amaury.

This chunk of the comment is a warning sign of using AnalyzeBranch().  Now I move it before calling AnalyzeBranch() and add some new comments about how to correctly use AnalyzeBranch() before the layout is set.


Repository:
  rL LLVM

http://reviews.llvm.org/D20177

Files:
  lib/CodeGen/MachineBlockPlacement.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20177.57359.patch
Type: text/x-patch
Size: 5677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160516/a7c86d55/attachment.bin>


More information about the llvm-commits mailing list