rust/compiler/rustc_codegen_ssa
Nikita Popov 2ce1addeba Don't access pointer element type for nontemporal store
Simply shift the bitcast from the store to the load, so that
we can use the destination type. I'm not sure the bitcast is
really necessary, but keeping it for now.
2021-07-09 22:15:05 +02:00
..

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