[PATCH] D83908: [Local] Fix removeUnreachableBlocks change reporting

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 09:31:10 PDT 2020


fhahn added a comment.

In D83908#2156167 <https://reviews.llvm.org/D83908#2156167>, @jroelofs wrote:

> I found a way to repro it, and this patch doesn't have an effect on it.


Great, thanks for confirming. As mentioned earlier, we shouldn't have to make any changes for blocks already marked as deleted. It still might be worthwhile to simplify the code as suggested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83908





More information about the llvm-commits mailing list