[Lldb-commits] [PATCH] D102624: [lldb] Optimize expressions

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 17 07:20:10 PDT 2021


teemperor added inline comments.


================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:2026
+              i = call->eraseFromParent();
+              continue;
+            }
----------------
I do wish we had a better way to do the iterate-while-erase algorithm on IR nodes but apparently there is no such thing :(


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

https://reviews.llvm.org/D102624



More information about the lldb-commits mailing list