[llvm-commits] [llvm] r54133 - in /llvm/trunk: lib/Transforms/Scalar/DeadStoreElimination.cpp test/Transforms/DeadStoreElimination/2008-07-28-load-store.ll

Duncan Sands baldrick at free.fr
Mon Jul 28 12:03:05 PDT 2008


Hi Owen,

> +      // If we're storing the same value back to a pointer that we just
> +      // loaded from, then the store can be removed;

except if it is volatile.

Ciao,

Duncan.



More information about the llvm-commits mailing list