[cfe-commits] r88996 - /cfe/trunk/test/CodeGenCXX/dyncast.cpp

Mike Stump mrs at apple.com
Tue Nov 17 10:46:57 PST 2009


On Nov 16, 2009, at 9:08 PM, Daniel Dunbar wrote:
> I propose rewriting this to use the optimizer to check the code  
> generation.

Well, for the moment, we don't yet support enough codegen on the  
construction side for this to work.  After that is fixed, -O3 still  
can't optimize this yet, as it would need to have the bitcode for the  
runtime library to do it.  If we added that, then we'd be in a  
position to create such a testcase.



More information about the cfe-commits mailing list