[llvm-commits] [llvm] r122731 - /llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp

Chris Lattner clattner at apple.com
Mon Jan 3 15:41:25 PST 2011


On Jan 3, 2011, at 4:46 AM, Duncan Sands wrote:

> Hi Chris,
> 
>> split loads and calls into separate tables.  Loads are now just indexed
>> by their pointer instead of using MemoryValue to wrap it.
> 
> for readnone calls you don't have to worry about generations, writing to
> memory etc, you can treat them the same as (eg) an "add" instruction.

Great point, implemented in r122785.  Thanks!

-Chris



More information about the llvm-commits mailing list