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)
commit15fe7a530d352aecea65f952e6b321635b4fe2a8
treebc57a8dd18688ae152d2f3d1198784096ae07528
parent3151463091b6a0ffb40e1a485e9e14f56f527b18
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.

llvm-svn: 213027
llvm/docs/LangRef.rst
llvm/lib/IR/Verifier.cpp