[PATCH] D46399: Skip blocks with no predecessors for CFIInstrInserter verify

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 15:59:05 PDT 2018


craig.topper added a comment.

It's not real. But bb4 is only reachable from bb2. I just wedged an empty block in the path from bb2 to bb3 in my previous case. So neither bb2 or bb4 are actually reachable from the start of the function.


Repository:
  rL LLVM

https://reviews.llvm.org/D46399





More information about the llvm-commits mailing list