[llvm-commits] [llvm] r91869 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp

Chris Lattner sabre at nondot.org
Mon Jan 4 21:09:32 PST 2010


On Jan 4, 2010, at 2:02 AM, Duncan Sands wrote:

> Hi Chris,
> 
>> avoid calling extractMallocCall when it's obvious we don't have
>> a call.  This speeds up memdep ~1.5%
> 
> how about moving the definition of extractMallocCall to a header file instead?

I don't think it's really worth it in general, just for this one client.

-Chris



More information about the llvm-commits mailing list