rust/compiler/rustc_const_eval/src/util
David Wood a56b1b9283
codegen: implement repr(scalable)
Introduces `BackendRepr::ScalableVector` corresponding to scalable
vector types annotated with `repr(scalable)` which lowers to a scalable
vector type in LLVM.

Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com>
2025-12-16 11:00:12 +00:00
..
alignment.rs show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
caller_location.rs const_caller_location: edit FIXME to explain use of DUMMY_SP 2025-09-25 16:09:27 -04:00
check_validity_requirement.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
compare_types.rs rename select_where_possible and select_all_or_error 2025-10-07 23:02:23 +01:00
mod.rs show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
type_name.rs Remove DynKind 2025-09-17 04:46:46 +02:00