about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/mem_replace.mem_replace.PreCodegen.after.panic-unwind.mir
AgeCommit message (Collapse)AuthorLines
2025-03-12Allow more top-down inlining for single-BB calleesScott McMurray-4/+0
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.
2024-08-18Bless *all* the mir-opt testsScott McMurray-2/+2
2024-04-18At debuginfo=0, don't inline debuginfo when inliningScott McMurray-6/+0
2024-04-03Remove MIR unsafe checkMatthew Jasper-13/+7
This also remove safety information from MIR.
2024-02-08Bless/fix testsBen Kimock-0/+33