You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently PR addressed #81048 as Fix for Issue #17204
We addressed issue regarding "Spill/restore FP/BP around instructions in which they are clobbered"
After merge of PR, We saw runtime fails with general protection fault. It was at vmovdqa64 %zmm19, 0x90(%rsp) where effective address end up unaligned.
Check more details on #114791 discussion.
mahesh-attarde
changed the title
X86 stack realignment is incorrect when Spill/restore BP is used
[X86] stack realignment is incorrect when Spill/restore BP is used
Nov 5, 2024
Recently PR addressed https://github.com//pull/81048 as Fix for Issue https://github.com//issues/17204
We addressed issue regarding "Spill/restore FP/BP around instructions in which they are clobbered"
After merge of PR, We saw runtime fails with general protection fault. It was at vmovdqa64 %zmm19, 0x90(%rsp) where effective address end up unaligned.
Check more details on #114791 discussion.
Recently PR addressed #81048 as Fix for Issue #17204
We addressed issue regarding "Spill/restore FP/BP around instructions in which they are clobbered"
After merge of PR, We saw runtime fails with general protection fault. It was at
vmovdqa64 %zmm19, 0x90(%rsp)
where effective address end up unaligned.Check more details on #114791 discussion.
Repro from @rnk
https://godbolt.org/z/s16MxPME3
This is one of such issues.
The text was updated successfully, but these errors were encountered: