rust/compiler/rustc_codegen_ssa/src/mir
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
..
analyze.rs Do not emit alloca for ZST locals with multiple assignments 2021-06-10 14:53:06 +02:00
block.rs Pass type when creating load 2021-07-09 22:14:44 +02:00
constant.rs update const_eval_resolve 2021-03-20 17:22:24 +01:00
coverageinfo.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
debuginfo.rs Fix project_deref() implementation 2021-07-09 22:14:44 +02:00
intrinsic.rs Pass type when creating atomic load 2021-07-09 22:00:19 +02:00
mod.rs rustc_codegen_ssa: append blocks to functions w/o creating a builder. 2021-05-17 00:04:09 +03:00
operand.rs Don't access pointer element type for nontemporal store 2021-07-09 22:15:05 +02:00
place.rs Fix project_deref() implementation 2021-07-09 22:14:44 +02:00
rvalue.rs entirely remove rustc_args_required_const attribute 2021-05-12 16:15:27 +02:00
statement.rs Make source-based code coverage compatible with MIR inlining 2021-03-15 23:26:03 +01:00