[PATCH] D69823: [IR] PR27065: Added tests for BasicBlock::removePredecessor.

Denis Bakhvalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 13:28:28 PST 2019


dendibakh created this revision.
dendibakh added reviewers: grosser, lebedev.ri.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch precommits tests that expose bugs in BasicBlock::removePredecessor.
In certain cases calling this function breaks SSA form.
Those bugs will be fixed in upcoming patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69823

Files:
  llvm/test/Transforms/Inline/clone-function-no-assert-on-phis.ll
  llvm/unittests/IR/BasicBlockTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69823.227771.patch
Type: text/x-patch
Size: 21334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/6e220e29/attachment-0001.bin>


More information about the llvm-commits mailing list