about summary refs log tree commit diff
path: root/tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Michael Goulet-1/+1
r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d.
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Rémy Rakic-1/+1
r=davidtwco,RalfJung" This reverts commit b57d93d8b9525fa261404b4cd9c0670eeb1264b8, reversing changes made to 0aeaa5eb22180fdf12a8489e63c4daa18da6f236.
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-1/+1
2024-08-18Bless *all* the mir-opt testsScott McMurray-5/+5
2024-06-20Replace `NormalizeArrayLen` with `GVN`Scott McMurray-1/+1
GVN is actually on in release, and covers all the same things (or more), with `LowerSliceLen` changed to produce `PtrMetadata`.
2023-08-30lower ExprKind::Use, LogicalOp::Or and UnOp::NotDing Xiang Fei-2/+4
Co-authored-by: Abdulaziz Ghuloum <aghuloum@gmail.com>
2023-06-23Bless testsGary Guo-2/+2
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-39/+36
2023-06-12bless mir-optPietro Albini-0/+63
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.