about summary refs log tree commit diff
path: root/tests/codegen/simd/project-to-simd-array-field.rs
AgeCommit message (Collapse)AuthorLines
2025-07-20Ban projecting into SIMD types [MCP838]Scott McMurray-31/+0
2025-02-19Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on ↵Scott McMurray-0/+31
things which are already immediates That means it stops trying to truncate things that are already `i1`s.