about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/slice_index.rs
AgeCommit message (Expand)AuthorLines
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-1/+1
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-1/+1
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-1/+1
2024-08-18Update mir-opt filechecksScott McMurray-10/+10
2024-06-20Replace `NormalizeArrayLen` with `GVN`Scott McMurray-1/+1
2024-06-15Redo SliceIndex implementationsScott McMurray-1/+25
2024-06-14Add ub-checks to slice_index MIR-opt testScott McMurray-1/+1
2024-04-21New slice indexing pre-codegen MIR testScott McMurray-0/+9
2024-03-22Enable more mir-opt tests in debug buildsBen Kimock-1/+0
2024-03-18Remove some only- clauses from mir-opt testsBen Kimock-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-08-24remove some unnecessary ignore-debug clausesRalf Jung-1/+1
2023-06-12properly mark tests that require panic=abortPietro Albini-0/+1
2023-04-26Add some MIR pre-codegen tests for slice indexingScott McMurray-0/+27