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.