http://llvm.org/bugs/show_bug.cgi?id=6201

           Summary: add i64 version of alloca
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: code-cleanup, code-quality
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Currently the alloca instruction's number of elements operand is limited to
i32.

<result> = alloca <type>[, i32 <NumElements>][, align <alignment>]     ; yields
{type*}:result

Add a version of alloca that supports 164 number of elements.

[This was originally tracked in Bug 715, but that one has been closed because
other enhancement requests from that bug have been fixed.]


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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

Reply via email to