On Jan 11, 2007, at 11:31 PM, Reid Spencer wrote: > On Thu, 2007-01-11 at 23:23 -0800, Chris Lattner wrote: > >> Your generalization to support variable int types wouldn't work >> anyway, so I just switch on valid widths.
> Nothing could generate the non-byte-width integer types > yet anyway. Agreed. > It wasn't wrong. Not agreed. If you managed to get a bswap of i7, you can't just make llvm.bswap.i8 with i7 argument and result. You need to insert explicit casts. -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits