[llvm-commits] [llvm] r92726 - in /llvm/trunk/lib: AsmParser/ Bitcode/Reader/ Bitcode/Writer/ CodeGen/ CodeGen/SelectionDAG/ ExecutionEngine/ ExecutionEngine/Interpreter/ ExecutionEngine/JIT/ Transforms/IPO/ Transforms/InstCombine/ Transforms/Utils/ VMCore/

Chris Lattner clattner at apple.com
Tue Jan 5 11:44:16 PST 2010


Looks great to me, thanks!

On Jan 5, 2010, at 11:29 AM, Benjamin Kramer wrote:

>
> Am 05.01.2010 um 18:58 schrieb Chris Lattner:
>
>> On Jan 5, 2010, at 5:12 AM, Benjamin Kramer wrote:
>>> URL: http://llvm.org/viewvc/llvm-project?rev=92726&view=rev
>>> Log:
>>> Avoid going through the LLVMContext for type equality where it's  
>>> safe to dereference the type pointer.
>>
>> Nice!!  Are you interested in adding a "Type::isInt(unsigned  
>> Bitwidth) const" predicate, and converting the code over to using it?
>>
>> -Chris
>>
>
> Sure, is the attached patch OK?
>
> <isInteger.patch>




More information about the llvm-commits mailing list