mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Small correction to unordered memory code generation of ARM LDRD
The information was correct pre-LPAE. llvm-svn: 184253
This commit is contained in:
parent
e859ec24ba
commit
6271cba6e0
@ -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…
x
Reference in New Issue
Block a user