Eliminate the restriction that the array size in an alloca must be i32.
authorDan Gohman <gohman@apple.com>
Fri, 28 May 2010 01:14:11 +0000 (01:14 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 28 May 2010 01:14:11 +0000 (01:14 +0000)
commitf75a7d3fbf7fbb3071f45e248d3fb93312ec4fbd
tree8de936a75e71c78268a937ba4aecddde53052446
parent5ddb087f7fea1c4898d233a6cad6589d6f0a0b11
Eliminate the restriction that the array size in an alloca must be i32.
This will help reduce the amount of casting required on 64-bit targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104911 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/AsmParser/LLParser.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp
test/CodeGen/X86/alloca-align-rounding-32.ll [new file with mode: 0644]
test/CodeGen/X86/alloca-align-rounding.ll