[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 13:35:59 PDT 2025
================
@@ -9,7 +9,6 @@ define i32 @foobar() gc "statepoint-example" personality ptr @__gxx_personality_
; CHECK-NEXT: .seh_endprologue
; CHECK-NEXT: callq bar
; CHECK-NEXT: .Ltmp0:
-; CHECK-NEXT: nop
----------------
efriedma-quic wrote:
This makes the call adjacent to the epilog; is that okay?
https://github.com/llvm/llvm-project/pull/144745
More information about the llvm-commits
mailing list