[llvm-commits] [PATCH] Segmented Stacks
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Sep 23 18:13:19 PDT 2011
On Aug 30, 2011, at 8:39 AM, Sanjoy Das wrote:
> I've attached my pre-midterm GSoC work (after review on llvmdev).
>
> The documentation is only partially filled in, I'll add more details
> once support for Go is also merged (the current trampoline work I'm
> doing).
>
> Thanks!
Hi Sanjoy,
+void
+X86FrameLowering::adjustForSegmentedStacks(MachineFunction &MF) const {
This function appears to be inserting code after a return instruction in the test case you provided.
The machine code verifier will tell you now. Please fix.
/jakob
More information about the llvm-commits
mailing list