[all-commits] [llvm/llvm-project] 478b06: Revert "[ObjC][ARC] Check the basic block size bef...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Fri Mar 13 11:57:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 478b06e68706610ecb3bb3d3693a21d98f5e339c
      https://github.com/llvm/llvm-project/commit/478b06e68706610ecb3bb3d3693a21d98f5e339c
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
    R llvm/test/Transforms/ObjCARC/contract-max-bb-size.ll

  Log Message:
  -----------
  Revert "[ObjC][ARC] Check the basic block size before calling DominatorTree::dominate"

This reverts commit 5c3117b0a98dd11717eaffd7fb583985d39544b2

This should not be necessary after
7593a480dbce4e26f7dda4aa8f15bffd03acbfdb, and Florian Hahn has confirmed
that the problem no longer reproduces with this patch.

I happened to notice this code because the FIXME talks about
OrderedBasicBlock.

Reviewed By: fhahn, dexonsmith

Differential Revision: https://reviews.llvm.org/D76075




More information about the All-commits mailing list