[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

Chris Lattner clattner at apple.com
Mon Dec 11 16:25:57 PST 2006


On Dec 11, 2006, at 3:56 PM, Reid Spencer wrote:

> On Mon, 2006-12-11 at 15:23 -0800, Chris Lattner wrote:
>>> Create the cast constant expression that was read instead of
>>> attempting
>>> to infer the cast from its operand and type. This fixes:
>>> test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll
>>
>> Is there any hope that that getCast method will go away soon?
>
> My focus this week is cleanup. I'm starting with the 63 getCast calls.
> This was the first.  I'm about to commit CodeGen/AsmPrinter.cpp.  
> Next up
> is createInferredCast. Then I'll be looking for useless bitcasts, and
> etc.

Sounds great, thanks Reid!

-Chris



More information about the llvm-commits mailing list