[PATCH] D59069: [Utils] Extract EliminateUnreachableBlocks (NFC)

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 07:08:30 PDT 2019


modocache updated this revision to Diff 190080.
modocache added a comment.

Oops! Thanks for pointing that out @davide -- I had meant to pass them through to the `DeleteDeadBlocks` but forgot. Should be good now!


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59069/new/

https://reviews.llvm.org/D59069

Files:
  include/llvm/Transforms/Utils/BasicBlockUtils.h
  lib/CodeGen/UnreachableBlockElim.cpp
  lib/Transforms/Utils/BasicBlockUtils.cpp
  unittests/Transforms/Utils/BasicBlockUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59069.190080.patch
Type: text/x-patch
Size: 5334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/e21d3fd3/attachment.bin>


More information about the llvm-commits mailing list