Displaying 1 result from an estimated 1 matches for "015674".
Did you mean:
15674
2009 Jan 13
1
[LLVMdev] [llvm-commits] [llvm] r58505 - /llvm/trunk/lib/VMCore/Type.cpp
...ris,
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
> I think this is the right way to go, but I don't want to get stuck
> with half of the change in the tree but it not working 100%.
>
> -Ch...