Re: [llvm-commits] [llvm-gcc] Arbitrary Precition Integer Support

2007-02-19 Thread Reid Spencer
On Mon, 2007-02-19 at 14:41 -0800, Chris Lattner wrote: > On Feb 19, 2007, at 12:37 PM, Reid Spencer wrote: > > > Devang / Jim / Chris, > > > > The attached patch has been reviewed by Devang and provides the > > "bitwidth" attribute and 3 builtin functions for arbitrary precision > > integers (con

Re: [llvm-commits] [llvm-gcc] Arbitrary Precition Integer Support

2007-02-19 Thread Chris Lattner
On Feb 19, 2007, at 12:37 PM, Reid Spencer wrote: > Devang / Jim / Chris, > > The attached patch has been reviewed by Devang and provides the > "bitwidth" attribute and 3 builtin functions for arbitrary precision > integers (concat, bit select, part select). This is the same as the > last > ver

Re: [llvm-commits] [llvm-gcc] Arbitrary Precition Integer Support

2007-02-19 Thread Reid Spencer
On Mon, 2007-02-19 at 13:55 -0800, Devang Patel wrote: > On Feb 19, 2007, at 12:37 PM, Reid Spencer wrote: > > > Devang / Jim / Chris, > > > > The attached patch has been reviewed by Devang and provides the > > "bitwidth" attribute and 3 builtin functions for arbitrary precision > > integers (conc

Re: [llvm-commits] [llvm-gcc] Arbitrary Precition Integer Support

2007-02-19 Thread Devang Patel
On Feb 19, 2007, at 12:37 PM, Reid Spencer wrote: > Devang / Jim / Chris, > > The attached patch has been reviewed by Devang and provides the > "bitwidth" attribute and 3 builtin functions for arbitrary precision > integers (concat, bit select, part select). This is the same as the > last > ver