Ensure that inliner inserts lifetime markers if they have been emitted during codegen. Otherwise if allocas from inlined functions are merged together, lifetime markers from one function might invalidate load & stores performed by the other one. |
||
|---|---|---|
| .. | ||
| address.rs | ||
| badfree.rs | ||
| cfg.rs | ||
| inline-always.rs | ||
| inline-always.stderr | ||
| issue-72154-lifetime-markers.rs | ||
| leak.rs | ||
| memory.rs | ||
| new-llvm-pass-manager-thin-lto.rs | ||
| thread.rs | ||
| unsupported-target.rs | ||
| unsupported-target.stderr | ||
| use-after-scope.rs | ||