[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 19:03:38 PDT 2025


sivadeilra wrote:

> For the cases involving noreturn functions, can we emit int3 instead of nop?

Sure.  I've implemented that, verified that tests pass, and updated the PR.  I also added coverage for this to `noreturn-call-win64.ll`.

https://github.com/llvm/llvm-project/pull/144745


More information about the llvm-commits mailing list