swift
33aec98f - [ownership] Assume values/operands in SILGlobalVariable blocks are not in OSSA.

Commit
4 years ago
[ownership] Assume values/operands in SILGlobalVariable blocks are not in OSSA. Operationally it just means that in SILGlobalVariable blocks, all operands have ownership constraint: {OwnershipKind::Any, UseLifetimeConstraint::NonLifetimeEnding} and all values yield an ownership kind of: OwnershipKind::None.
Author
Committer
Parents
Loading