Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #30962 - Amanieu:non_volatile_atomic, r=alexcrichton
Rust currently emits atomic loads and stores with the LLVM `volatile` qualifier. This is unnecessary and prevents LLVM from performing optimization on these atomic operations.
- Loading branch information