[PATCH] D114545: [CodeGen] Async unwind - add a pass to fix CFI information

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 26 22:22:26 PDT 2022


MaskRay requested changes to this revision.
MaskRay added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/CodeGen/CFIFixup.cpp:98
+
+  unsigned NumBlocks = MF.size();
+  if (NumBlocks < 2)
----------------
MF.getNumBlockIDs() may be larger than MF.size()


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

https://reviews.llvm.org/D114545



More information about the llvm-commits mailing list