[llvm] [Windows SEH] fix failed assert and crash (PR #107031)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 15:34:39 PDT 2024


jrtc27 wrote:

I ran the C++ through creduce to cut it down to something llvm-reduce wouldn't crash on (it seemed to quickly bail on an invoke IIRC, perhaps not adapted to Windows-style exceptions), and then ran it through llvm-reduce to get a minimal IR test.

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


More information about the llvm-commits mailing list