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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |r373805

--- Comment #2 from Reid Kleckner <r...@google.com> ---
(In reply to Reid Kleckner from comment #1)
> Block placement seems to try to remove bb.5, which falls through to bb.6,
> but it fails to consider that the block is address taken. :(

It seems the MBP code that fails to consider address taken blocks was added in
r371177 (mid September), so I went ahead and reverted that in r373805.

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

Reply via email to