mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
998c10d6b6
These new intrinsics are comparable to `atomic_signal_fence` in C++, ensuring the compiler will not reorder memory accesses across the barrier, nor will it emit any machine instructions for it. Closes #24118, implementing RFC 888.
This directory currently contains some LLVM support code. This will generally be sent upstream to LLVM in time; for now it lives here.