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

Duncan Sands baldrick at free.fr
Mon Jan 3 04:46:50 PST 2011


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.

Ciao, Duncan.



More information about the llvm-commits mailing list