mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Small correction to unordered memory code generation of ARM LDRD
The information was correct pre-LPAE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
041a18dbb3
commit
bd4bd3686d
@ -211,7 +211,7 @@ Notes for code generation
|
||||
never stored. A normal load or store instruction is usually sufficient, but
|
||||
note that an unordered load or store cannot be split into multiple
|
||||
instructions (or an instruction which does multiple memory operations, like
|
||||
``LDRD`` on ARM).
|
||||
``LDRD`` on ARM without LPAE, or not naturally-aligned ``LDRD`` on LPAE ARM).
|
||||
|
||||
Monotonic
|
||||
---------
|
||||
|
Loading…
Reference in New Issue
Block a user