X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FAtomics.rst;h=1243f345483f44d4edf08e5c4ef1d6aaceb383aa;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=705d73fbaba43c62b9dbd80bedd20e3cd77bea30;hpb=a7aec400a7014edba1eeb53c582d3ab47178fe8d;p=oota-llvm.git diff --git a/docs/Atomics.rst b/docs/Atomics.rst index 705d73fbaba..1243f345483 100644 --- a/docs/Atomics.rst +++ b/docs/Atomics.rst @@ -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 ---------