about summary refs log tree commit diff
path: root/tests/mir-opt/funky_arms.rs
AgeCommit message (Collapse)AuthorLines
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-10Encode only MIR that can be used by other cratesTomasz Miąsko-1/+1
Only reachable items might participate in the code generation in the downstream crates. Omit redundant optimized MIR of unreachable items from a crate metadata. Additionally, include reachable closures in reachable set, so that unreachable closures can be omitted on the same basis.
2023-06-12properly mark tests that require panic=abortPietro Albini-1/+1
2023-04-06Ignore many tests on wasm32Gary Guo-0/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+56