[LLVMbugs] [Bug 6201] New: add i64 version of alloca

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 1 14:11:39 PST 2010


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: unassignedbugs at nondot.org
        ReportedBy: vhernandez at apple.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list