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

Chris Lattner clattner at apple.com
Mon Feb 1 17:59:43 PST 2010


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?

-Chris




More information about the llvm-commits mailing list