[llvm-commits] Review request: remove useless stores from mem2reg

Duncan Sands baldrick at free.fr
Mon Nov 22 01:43:51 PST 2010


On 22/11/10 08:34, Cameron Zwarich wrote:
> There is a set of inserted phis in PromoteMemoryToRegister.cpp that is maintained but never actually used anywhere. Removing it gives me a 1.2% speedup running mem2reg on test-suite, although some of this may just be due to random code motion in memory.

I applied this in commit 119963.  Thanks for the patch!

Ciao, Duncan.



More information about the llvm-commits mailing list