[PATCH] D80344: [Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC option -EHa)

Ten Tzen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 22 15:34:15 PDT 2020


tentzen marked 3 inline comments as done.
tentzen added a comment.

In D80344#2051127 <https://reviews.llvm.org/D80344#2051127>, @lebedev.ri wrote:

> This should likely be at least 3 patches: llvm middle-end, llvm codegen, clang.
>  Langref changes missing for new intrinsics.
>  Please post all patches with full context (`-U99999`)


OK, makes sense. I will separate it to at least two patches, one Clang and one LLVM CodeGen as there is not much change in middle-end & Opt.
thank you for pointing out missing the change in Langref.rst.  I was thinking to update docs/ExceptionHandling.rst after this patch is accepted.  Do you think this types of intrinsic should be described in Langref?
thanks,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80344





More information about the llvm-commits mailing list