[cfe-commits] r151659 - /cfe/trunk/lib/CodeGen/CGClass.cpp

John McCall rjmccall at apple.com
Wed Mar 7 19:22:51 PST 2012


On Feb 28, 2012, at 2:07 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Tue Feb 28 16:07:56 2012
> New Revision: 151659
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=151659&view=rev
> Log:
> Prefer bitcast+GEP over ptrtoint+sub+inttoptr: it's semantically equivalent here, and generally nicer to the optimizer.

This can be 'inbounds', no?

John.



More information about the cfe-commits mailing list