rust/compiler/rustc_codegen_ssa
Nikita Popov 4560efe46c Pass type when creating load
This makes load generation compatible with opaque pointers.

The generation of nontemporal copies still accesses the pointer
element type, as fixing this requires more movement.
2021-07-09 22:14:44 +02:00
..
2021-07-09 22:14:44 +02:00

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