[llvm-commits] [llvm] r58505 - /llvm/trunk/lib/VMCore/Type.cpp

sanjiv gupta sanjiv.gupta at microchip.com
Sat Nov 1 03:50:55 PDT 2008


On Fri, 2008-10-31 at 13:19 -0700, Chris Lattner wrote:
> On Oct 31, 2008, at 3:26 AM, Sanjiv Gupta wrote:
> 
> > 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.
> 
> 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%.
> 
> -Chris
> 
Agree. I will revert this back and make changes when everything is
ready. 

- Sanjiv
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list