swift
1dc713e2 - Add new flags "reborrow" and "escaping" to SILArgument.

Commit
2 years ago
Add new flags "reborrow" and "escaping" to SILArgument. "reborrow" flag on the SILArgument avoids transitive walk over the phi operandsi to determine if it is a reborrow in multiple utilities. SIL transforms must keep the flag up-to-date by calling SILArgument::setReborrow. SILVerifier checks to ensure the flag is not invalidated. Currently "escaping" is not used anywhere.
Author
Committer
Parents
Loading