mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Document that memory use intrinsics may also return Def results.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93d3311d1f
commit
750e0e0ad0
@ -60,9 +60,9 @@ namespace llvm {
|
||||
/// this case, the load is loading an undef value or a store is the
|
||||
/// first store to (that part of) the allocation.
|
||||
/// 3. Dependence queries on calls return Def only when they are
|
||||
/// readonly calls with identical callees and no intervening
|
||||
/// clobbers. No validation is done that the operands to the calls
|
||||
/// are the same.
|
||||
/// readonly calls or memory use intrinsics with identical callees
|
||||
/// and no intervening clobbers. No validation is done that the
|
||||
/// operands to the calls are the same.
|
||||
Def,
|
||||
|
||||
/// NonLocal - This marker indicates that the query has no dependency in
|
||||
|
Loading…
Reference in New Issue
Block a user