Unverified Commit f94adfd5 authored by Jonas Paulsson's avatar Jonas Paulsson Committed by GitHub
Browse files

[docs] Reword the alignment implications for atomic instructions. (#75871)

Atomic instructions (load / store/ atomicrwm / cmpxchg) are not
really undefined behavior if they lack natural alignment. They will
(with AtomicExpand pass enabled) be converted into libcalls.

Update the language reference to reflect this.
parent 7e4c6f6c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment