[llvm-dev] branch out of catchpad

Carlo Kok via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 8 12:44:40 PDT 2021


If I need to branch out of the catch (catchpad) can I use a conditional catchret (ie have a catch with multiple catchret's) or do I have to branch to the end of the catch, and branch out from after the catchpad point?

--
Carlo Kok


More information about the llvm-dev mailing list