[llvm-commits] [llvm] r77460 - /llvm/trunk/docs/LangRef.html

Duncan Sands baldrick at free.fr
Tue Aug 18 10:38:37 PDT 2009


Hi Dan,

> Add one-past-the-end language to the inbounds keyword.

is this useful for LLVM?  Also, I hear that C has a rule like this
for arrays, however I think in that case the address of the array
element one off the end is valid, but that may in fact be many
bytes off the end if the array element is large.  It's not clear
from your wording whether you mean one byte off the end is ok,
or something closer to C.

Ciao,

Duncan.



More information about the llvm-commits mailing list