http://llvm.org/bugs/show_bug.cgi?id=22502
Adrian Prantl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Adrian Prantl <[email protected]> --- Both failures should now be fixed: Author: adrian <adrian@91177308-0d34-0410-b5e6-96231b3b80d8> Date: Tue Feb 10 23:18:28 2015 +0000 Debug Info: Support variables that are described by more than one MMI table entry. This happens when SROA splits up an alloca and the resulting allocas cannot be lowered to SSA values because their address is passed to a function. Fixes PR22502. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228764 Author: adrian <adrian@91177308-0d34-0410-b5e6-96231b3b80d8> Date: Tue Feb 10 23:32:56 2015 +0000 Add the missing testcase for r228764. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228766 -- 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
