[LLVMdev] For the avoidance of doubt...

Chris Lattner sabre at nondot.org
Mon Jul 30 10:22:13 PDT 2007


On Mon, 30 Jul 2007, Sarah Thompson wrote:
> ... can *any* instruction(s) other than load and store cause memory
> reads or writes?

Functions calls can (transitively), intrinsics can, and the vaarg 
instruction can (it updates the pointed to list to point to the next 
argument).

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list