[llvm-commits] [llvm] r56188 - in /llvm/trunk: lib/Analysis/IPA/GlobalsModRef.cpp test/Analysis/GlobalsModRef/2008-09-13-VolatileRead.ll

Chris Lattner clattner at apple.com
Sun Sep 21 11:28:59 PDT 2008


On Sep 13, 2008, at 5:45 AM, Duncan Sands wrote:

> Author: baldrick
> Date: Sat Sep 13 07:45:50 2008
> New Revision: 56188
>
> URL: http://llvm.org/viewvc/llvm-project?rev=56188&view=rev
> Log:
> Fix PR2792: treat volatile loads as writing memory somewhere.
> Treat stores as reading memory, just to play safe.

FWIW, I agree that this is the right solution.  Thanks Duncan!

-Chris




More information about the llvm-commits mailing list