Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB
authorReid Kleckner <reid@kleckner.net>
Tue, 15 Jul 2014 01:16:09 +0000 (01:16 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 15 Jul 2014 01:16:09 +0000 (01:16 +0000)
commitcbebdef6ebdab125be6d944a0f51dd9992a6014c
treee77d41c7618b7c4fcba1581135d0b71ba27e844b
parent7137eb36e1ca4f5a9730676d860354bb5eab394b
Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB

Add verifier checks.  We already check these in the assembly parser, but
a frontend producing IR in memory wouldn't hit those checks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213027 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.rst
lib/IR/Verifier.cpp