rust/compiler/rustc_const_eval/src
Matthias Krüger 07bb7ca9fa
Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk
interpret: do not ICE on padded non-pow2 SIMD vectors

Fixes https://github.com/rust-lang/miri/issues/3458

r? ``@oli-obk``
2024-06-10 21:12:25 +02:00
..
check_consts Add Ty to mir::Const::Ty 2024-06-05 22:25:41 +01:00
const_eval ScalarInt: size mismatches are a bug, do not delay the panic 2024-06-10 13:43:16 +02:00
interpret Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk 2024-06-10 21:12:25 +02:00
util interpret: get rid of 'mir lifetime everywhere 2024-05-27 08:25:57 +02:00
errors.rs interpret: make overflowing binops just normal binops 2024-05-21 14:50:09 +02:00
lib.rs compiler: unnest rustc_const_eval::check_consts 2024-05-24 09:56:56 -07:00