Displaying 1 result from an estimated 1 matches for "canstore".
Did you mean:
bastore
2011 Oct 01
0
[LLVMdev] mayload and maystore?
these are supposed for any instruction which could possible read/write
memory?
(btw, should be canload or canstore in that case :) )
this does not seem to be consistent with their use in TD files.
/// mayLoad - Return true if this instruction could possibly read memory.
/// Instructions with this flag set are not necessarily simple load
/// instructions, they may load a value and modify it, for exam...