This makes sure that the instructions of the prologue matches the
SEH opcodes.
Also remove a couple redundant cases of setting HasWinCFI; it was
already set unconditionally after the conditional cases.
Differential D135101
[AArch64] Add missing SEH_Nop when aligning the stack mstorsjo on Oct 3 2022, 1:42 PM. Authored by
Details This makes sure that the instructions of the prologue matches the Also remove a couple redundant cases of setting HasWinCFI; it was
Diff Detail
Event Timeline
Comment Actions LGTM
|
The prologue should end after the set_set_fp; it makes no sense to try to represent the "and" in the SEH unwind tables. (I thought we discussed this before at some point, but maybe I'm confusing it with something else...)