about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/slice_len.rs
AgeCommit message (Expand)AuthorLines
2025-09-16Remove Rvalue::Len.Camille Gillot-0/+34
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-34/+0
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-0/+34
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-34/+0
2024-08-18Update mir-opt filechecksScott McMurray-3/+3
2024-07-29Perform instsimplify before inline to eliminate some trivial callsDianQK-1/+1
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
2024-01-11resolve code reviewssfzhu93-7/+18
2024-01-08Add FileCheck to slice_len.rssfzhu93-1/+11
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-07Add test where slice is a const.Camille GILLOT-1/+4
2023-09-06Support array length.Camille GILLOT-0/+9