[llvm-commits] [llvm] r95046 - /llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp

Dan Gohman gohman at apple.com
Mon Feb 1 18:02:21 PST 2010


On Feb 1, 2010, at 5:59 PM, Chris Lattner wrote:

> 
> On Feb 1, 2010, at 5:44 PM, Dan Gohman wrote:
> 
>> Author: djg
>> Date: Mon Feb  1 19:44:02 2010
>> New Revision: 95046
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=95046&view=rev
>> Log:
>> LangRef.html says that inttoptr and ptrtoint always use zero-extension
>> when the cast is extending.
> 
> Just to verify, does codegen agree?

Yes.

Dan




More information about the llvm-commits mailing list