Ran
|
Jobs
1
|
Files
348
|
Run time
3s
|
Badge
Embed ▾
README BADGES
|
push
local
inlining: allow callsite inlining with cached results (#50048) In some rare cases with callsite inlining, we try to inline an inferred result from a local cache (`inf_result::InferenceResult`), whose source has been transformed by `transform_result_for_cache`. At present, `inf_result.src` stays to be `OptimizationState` in such cases, causing `inlining_policy` to handle the callsite inlining. This commit adjusts `transform_result_for_cache` so that it stores the transformed source in `inf_result.src`, letting the callsite inliner use it. Down the line, we might revisit this change to align it with 532125d51, which isn't enabled yet.
73771 of 84086 relevant lines covered (87.73%)
33813913.8 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | #37559.1 | 348 |
87.73 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|