[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 09:58:33 PST 2010


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




More information about the llvm-commits mailing list