http://llvm.org/bugs/show_bug.cgi?id=5064
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Reid Kleckner <[email protected]> --- This is basically fixed with inalloca: http://llvm.org/docs/InAlloca.html I've been amazed at how few miscompiles we've hit with it so far. A lot of work is needed to teach LLVM how to optimize it well, especially in the presence of exceptions, but that's TODO. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
