rust/compiler/rustc_codegen_ssa/src/mir
bors 72b2101434 Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot
Make simd_shuffle_indices use valtrees

This removes the second-to-last user of the `destructure_mir_constant` query. So in a follow-up we can remove the query and just move the query provider function directly into pretty printing (which is the last user).

cc `@rust-lang/clippy` there's a small functional change, but I think it is correct?
2023-07-02 07:43:36 +00:00
..
analyze.rs unique borrows are mutating uses 2023-05-29 17:15:48 +02:00
block.rs Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot 2023-07-02 07:43:36 +00:00
constant.rs Move mir const to valtree conversion to its own method. 2023-06-26 09:34:52 +00:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs codegen: fix OperandRef subtype handling 2023-06-19 09:06:42 +02:00
intrinsic.rs Remove unchecked_add/sub/mul/shl/shr from CTFE/cg_ssa/cg_clif 2023-06-19 01:47:03 -07:00
locals.rs add FIXME's for a later refactoring 2023-06-19 09:16:26 +02:00
mod.rs Rollup merge of #111322 - mirkootter:master, r=davidtwco 2023-06-29 16:36:30 +02:00
operand.rs Add a distinct OperandValue::ZeroSized variant for ZSTs 2023-05-31 19:10:28 -07:00
place.rs Remove attempt to optimize codegen for discriminants. 2023-04-14 16:26:11 +00:00
rvalue.rs Promote unchecked_add/sub/mul/shl/shr to mir::BinOp 2023-06-19 01:47:03 -07:00
statement.rs codegen: fix OperandRef subtype handling 2023-06-19 09:06:42 +02:00