mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Slight language tweak from Jonathan Humphreys.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af4eb8a3fe
commit
53b344dcca
@ -2828,7 +2828,7 @@ with the same loop identifier.
|
|||||||
Precisely, given two instructions ``m1`` and ``m2`` that both have the
|
Precisely, given two instructions ``m1`` and ``m2`` that both have the
|
||||||
``llvm.mem.parallel_loop_access`` metadata, with ``L1`` and ``L2`` being the
|
``llvm.mem.parallel_loop_access`` metadata, with ``L1`` and ``L2`` being the
|
||||||
set of loops associated with that metadata, respectively, then there is no loop
|
set of loops associated with that metadata, respectively, then there is no loop
|
||||||
carried dependence between ``m1`` and ``m2`` for loops ``L1`` or
|
carried dependence between ``m1`` and ``m2`` for loops in both ``L1`` and
|
||||||
``L2``.
|
``L2``.
|
||||||
|
|
||||||
As a special case, if all memory accessing instructions in a loop have
|
As a special case, if all memory accessing instructions in a loop have
|
||||||
|
Loading…
Reference in New Issue
Block a user