llvm-project
926a71f0 - [CodeGen][WinEH] Update saved esp for inlined inallocas (#116585)

Commit
351 days ago
[CodeGen][WinEH] Update saved esp for inlined inallocas (#116585) This fixes issue #116583 When inalloca calls are inlined the static stack pointer saving prolog of X86WinEHState breaks due to dynamic allocas. In this case we need to update the saved esp for every inalloca and for every stackrestore also related to inalloca.
Author
Parents
Loading