[PATCH] Fixing a corner-case bug in lib call optimization

Nick Lewycky nicholas at mxc.ca
Mon Aug 12 11:09:37 PDT 2013


Yunzhong Gao wrote:
>
>    ping.
>    Does this patch look good to go in?
>
> http://llvm-reviews.chandlerc.com/D1279

If the value doesn't fit into a 'char', the result of the conversion to 
char will be implementation-defined. Could you please make it something 
that is guaranteed to be deterministic?

Nick



More information about the llvm-commits mailing list