[LLVMdev] ccc.c

Gordon Keiser gkeiser at arxan.com
Wed Jul 25 18:19:44 PDT 2012


>From the comment at the top of the file:

/*
 * This file is used to the C calling conventions with signless
 * LLVM. Integer arguments in this convention are promoted to at
 * least a 32-bit size. Consequently signed values must be
 * sign extended and unsigned values must be zero extended to
 * at least a 32-bit integer type.
 */

:-)

-Gordon

> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of reed kotler
> Sent: Wednesday, July 25, 2012 8:43 PM
> To: ll >> "llvmdev at cs.uiuc.edu"
> Subject: [LLVMdev] ccc.c
> 
> Does anybody know the purpose of test:
> 
> projects/test-suite/SingleSource/UnitTests/SignlessTypes/ccc.c
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list