about summary refs log tree commit diff
path: root/tests/codegen/intrinsics/transmute-niched.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-223/+0
2025-02-19Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar`Scott McMurray-1/+1
2025-02-12`transmute` should also assume non-null pointersScott McMurray-0/+29
2025-01-17Update our range `assume`s to the format that LLVM prefersScott McMurray-55/+67
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-02-25Use generic `NonZero` in tests.Markus Reiter-3/+3
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-07-08Always name the return place.Camille GILLOT-8/+8
2023-04-13`assume` value ranges in `transmute`Scott McMurray-0/+184