[PATCH] D92906: [PowerPC] Restore stack ptr from frame ptr with setjmp

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 17:30:38 PST 2020


vchuravy added a comment.

This fixed a whole set of bugs for us but it also seems to have caused a regression.
https://github.com/JuliaLang/julia/issues/38859

The details are in the upstream issue with a pure llvm IR reproducer. I could reproduce on ToT and reverting this PR made me unable to reproduce it.
The reproducer is a bit flaky and needs to be run several times.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92906/new/

https://reviews.llvm.org/D92906



More information about the llvm-commits mailing list