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

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 09:44:18 PDT 2025


================
@@ -37,9 +37,11 @@ cond.end:                                         ; preds = %entry, %cond.true
 ; CHECK: testq
 ; CHECK: je
 ; CHECK: callq alloc
+; CHECK-NEXT: nop
----------------
efriedma-quic wrote:

Do we actually need a nop here?  As far as I can tell, msvc doesn't insert one.

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


More information about the llvm-commits mailing list