[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 10:26:58 PDT 2025
================
@@ -2538,26 +2539,6 @@ void X86AsmPrinter::emitInstruction(const MachineInstr *MI) {
case X86::SEH_BeginEpilogue: {
----------------
dpaoliello wrote:
Can this be folded into the case statement above, or will they fail on this assert?
https://github.com/llvm/llvm-project/pull/144745
More information about the llvm-commits
mailing list