[PATCH] D46399: Skip unreachable blocks for CFIInstrInserter verify

Petar Jovanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 16:14:14 PDT 2018


petarj added inline comments.


================
Comment at: lib/CodeGen/CFIInstrInserter.cpp:297
+
+  for (auto DFI = df_ext_begin(&MF, Reachable),
+            DFE = df_ext_end(&MF, Reachable);
----------------
craig.topper wrote:
> Do you need an external set? You aren't accessing it are you?
No, in this version of the patch I do not need it. I had some asserts in local copy.
Removing it.


Repository:
  rL LLVM

https://reviews.llvm.org/D46399





More information about the llvm-commits mailing list