[llvm] [llvm] Win x64 Unwind V2 1/n: Mark beginning and end of epilogs (PR #110024)

Daniel Paoliello via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 12:48:51 PDT 2024


================
@@ -33,10 +33,12 @@ f:                                      # @f
 	.seh_stackalloc 32
 	.seh_endprologue
 	nop
+	.seh_startepilogue
----------------
dpaoliello wrote:

Added to the `MC/AsmParser/seh-directives-errors.s` test and added checks and tests for ordering between `.seh_endprologue`, `.seh_startepilogue` and `.seh_endepilogue`

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


More information about the llvm-commits mailing list