[PATCH] D141916: WIP: Unwindabort: add support for IR transforms and analysis.

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 16:11:53 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/test/Transforms/FunctionAttrs/nounwind.ll:85
+; "catch_thing", because the call to @__cxa_end_catch is not marked
+; nounwind. TODO: _could_ it be marked nounwind?
+
----------------
> _could_ it be marked nounwind?

In general -- no. One has to prove that the destructor of the caught exception does not throw.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141916



More information about the llvm-commits mailing list