[PATCH] D42848: Correct dwarf unwind information in function epilogue

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 16:51:33 PDT 2018


craig.topper added inline comments.


================
Comment at: llvm/trunk/lib/CodeGen/CFIInstrInserter.cpp:147
+    if (MBBVector[MBB.getNumber()].Processed) continue;
+    calculateOutgoingCFAInfo(MBBVector[MBB.getNumber()]);
+    updateSuccCFAInfo(MBBVector[MBB.getNumber()]);
----------------
Should we be using a worklist here instead of recursion?


Repository:
  rL LLVM

https://reviews.llvm.org/D42848





More information about the llvm-commits mailing list