From: llvm-commits-bounces@cs.uiuc.edu [mailto:llvm-commits-
bounces@cs.uiuc.edu] On Behalf Of Chris Lattner
Sent: Saturday, November 01, 2008 1:49 AM
To: Commit Messages and Patches for LLVM
Subject: Re: [llvm-commits] [llvm] r58505 -
/llvm/trunk/lib/VMCore/Type.cpp> Author: sgupta
> Date: Fri Oct 31 05:26:20 2008
> New Revision: 58505
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58505&view=rev
> Log:
> For some targets pointer and int are 16-bits. Allow 16-bits as a
> valid index
> in such cases.Sanjiv,
Are you planning to make changes to the bc reader/writer, docs, and
other parts of the compiler to support this change? I'd strongly
prefer to you produce a more holistic patch that makes this change
instead of a couple individual places.
Hi Chris,
I am starting an old pending task. This is to make 16 bit integer a
valid index.
Above in the mail is the link to modification that Sanjiv made. Also, I
have just gone through an old discussion related to index validity. Here
is the link -
http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-July/015674.html
Can you please provide some pointers to what kind of changes bc
reader/writer or other areas of compiler would require.
Regards
Sachin