[llvm-commits] [llvm] r50869 - /llvm/trunk/lib/VMCore/Instruction.cpp

Chris Lattner clattner at apple.com
Thu May 8 14:57:55 PDT 2008


On May 8, 2008, at 2:54 PM, Dan Gohman wrote:
> Hi Chris,
> Should mayReadFromMemory consider that a volatile store
> reads memory, similar to how mayWriteToMemory considers
> that a volatile load may write to memory?

Sure, that is conservatively correct.  I'll take care of it.

-Chris




More information about the llvm-commits mailing list