[LLVMdev] Interaction of stacksave/restore and stack spills
Keno Fischer
kfischer at college.harvard.edu
Mon May 11 09:28:13 PDT 2015
Hi everyone,
I'm curious about the constraints that come with the usage of
llvm.stacksave/llvm.stackrestore. Specifically I was wondering what the
contract of their usage was with respect to SSA variables defined after
llvm.stacksave. It seems to me that they could get spilled to a stack slot,
which I'm concerned stackrestore might mess up. Is this a valid concern?
Thanks,
Keno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150511/26a63ebc/attachment.html>
More information about the llvm-dev
mailing list