rust/compiler/rustc_const_eval/src
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
..
const_eval Make simd_shuffle_indices use valtrees 2023-06-26 09:34:52 +00:00
interpret Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
transform remove FIXME and add test 2023-06-28 07:59:36 -04:00
util Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
errors.rs Better error for non const PartialEq call generated by match 2023-06-18 05:24:38 +00:00
lib.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00