[PATCH] D53540: [COFF, ARM64] Implement support for SEH extensions __try/__except

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 10:53:55 PDT 2018


mgrang added a comment.

In https://reviews.llvm.org/D53540#1272057, @mstorsjo wrote:

> I think you got the titles swapped on this and https://reviews.llvm.org/D53541; this one adds the `aarch64_seh_recoverfp` intrinsic while https://reviews.llvm.org/D53541 uses it to support `__try`/`__except`.


https://reviews.llvm.org/D53541 generated aarch64_seh_recoverfp while this patch lowers it. This patch also lowers the localescape/localrecover intrinsics. I have updated the title summary accordingly.


https://reviews.llvm.org/D53540





More information about the llvm-commits mailing list