[LLVMdev] Arbitrary bit width integers

Chris Lattner sabre at nondot.org
Mon Jun 18 12:11:36 PDT 2007


On Mon, 18 Jun 2007, Reid Spencer wrote:
> compile time constants. At run time, the back ends don't support
> anything over 128bits (currently), except lli in interpreter mode. The

Actually, the native code generators and the CBE only support "normal" 
sized integers: 1,8,16,32,64,128 right now.  We don't support small 
strange things like i37.  Patches to improve this are welcome though :)

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list