rust/compiler/rustc_codegen_ssa
Thom Chiovoloni 2f872afdb5
Allow arithmetic and certain bitwise ops on AtomicPtr
This is mainly to support migrating from AtomicUsize, for the strict
provenance experiment.

Fixes #95492
2022-07-01 06:21:18 -07:00
..
2022-06-27 08:48:55 +10:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.