File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -860,7 +860,9 @@ static SILValue getProjectedUseValue(Operand *operand) {
860
860
// ===----------------------------------------------------------------------===//
861
861
// OpaqueStorageAllocation
862
862
//
863
- // Generate alloc_stack and address projections for abstract storage locations.
863
+ // For each ValueStorage, first determine whether it can project out of its
864
+ // definition's storage or into the storage of a use. If so, record the
865
+ // projection information. Otherwise emit an alloc_stack for this storage root.
864
866
// ===---------------------------------------------------------------------===//
865
867
866
868
// Record a storage projection from the source of the given operand into its
You can’t perform that action at this time.
0 commit comments