about summary refs log tree commit diff
path: root/tests/codegen/transmute-scalar.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-143/+0
2025-07-03Block SIMD in transmute_immediate; delete `OperandValueKind`Scott McMurray-4/+10
2025-06-30fix bitcast of single-element SIMD vectorsFolkert de Vries-10/+45
2025-06-19Avoid a bitcast FFI call in transmutingScott McMurray-0/+45
2025-02-19Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar`Scott McMurray-1/+1
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-1/+1
2024-03-11Lower transmutes from int to pointer type as gep on nullBen Kimock-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-07-08Always name the return place.Camille GILLOT-10/+10
2023-04-13`assume` value ranges in `transmute`Scott McMurray-7/+7
2023-04-04Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`sScott McMurray-27/+17
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-27/+14
2023-01-17Put `noundef` on all scalars that don't allow uninitNilstrieb-5/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+81