about summary refs log tree commit diff
path: root/tests/mir-opt/inline/exponential_runtime.rs
AgeCommit message (Collapse)AuthorLines
2025-03-12Allow more top-down inlining for single-BB calleesScott McMurray-0/+5
This means that things like `<usize as Step>::forward_unchecked` and `<PartialOrd for f32>::le` will inline even if we've already done a bunch of inlining to find the calls to them.
2023-10-25address review commentsRyan Mehri-0/+1
2023-10-25FileCheck exponential_runtimeRyan Mehri-1/+8
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
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/+87