[llvm-commits] [llvm] r48680 - in /llvm/trunk: lib/Transforms/Scalar/GVN.cpp test/Transforms/GVN/form-memset.ll

Duncan Sands baldrick at free.fr
Sun Mar 23 12:34:07 PDT 2008


Hi Evan,

> The idea is the turn consecutive loads and stores to memcpy and  
> memset. Codegen is responsible for turning them back into loads and  
> stores when appropriate.

so should I stop llvm-gcc from emitting small memset's as a series
of stores?

Ciao,

Duncan.



More information about the llvm-commits mailing list