about summary refs log tree commit diff
path: root/tests/mir-opt/instsimplify/casts.rs
AgeCommit message (Expand)AuthorLines
2024-08-18Update mir-opt filechecksScott McMurray-2/+2
2024-07-29Perform instsimplify before inline to eliminate some trivial callsDianQK-4/+4
2024-06-19Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIRScott McMurray-1/+1
2024-04-21InstSimplify `from_raw_parts(p, ())` → `p as _`Scott McMurray-0/+9
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-3/+3
2023-10-19FileCheck casts.Camille GILLOT-0/+25