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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 11:58:35 PDT 2025


================
@@ -2538,26 +2539,6 @@ void X86AsmPrinter::emitInstruction(const MachineInstr *MI) {
 
   case X86::SEH_BeginEpilogue: {
----------------
sivadeilra wrote:

Maybe, but I don't know the invariants well enough to say whether that assert is appropriate for all of the `SEH_*` ops.

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


More information about the llvm-commits mailing list