https://llvm.org/bugs/show_bug.cgi?id=28297

David Majnemer <david.majne...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majne...@gmail.com,
                   |                            |haich...@codeaurora.org
         Resolution|---                         |DUPLICATE

--- Comment #2 from David Majnemer <david.majne...@gmail.com> ---
Bisection points to r272267:
Author: Haicheng Wu <haich...@codeaurora.org>
Date:   Thu Jun 9 15:24:29 2016 +0000

    Reapply "[MBP] Reduce code size by running tail merging in MBP.""

    This reapplies commit r271930, r271915, r271923.  They hit a bug in
    Thumb which is fixed in r272258 now.

    The original message:

    The code layout that TailMerging (inside BranchFolding) works on is not the
    final layout optimized based on the branch probability. Generally, after
    BlockPlacement, many new merging opportunities emerge.

    This patch calls Tail Merging after MBP and calls MBP again if Tail Merging
    merges anything.

Likely the same bug as PR28307.

*** This bug has been marked as a duplicate of bug 28307 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to