We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e89791 commit a2e930eCopy full SHA for a2e930e
test/SILOptimizer/assemblyvision_remark/basic.swift
@@ -309,9 +309,9 @@ func simpleInOut() -> Klass {
309
@inline(never)
310
@_semantics("optimize.sil.specialize.generic.size.never")
311
public func use<T>(_ t: inout T) { // expected-note @:22 {{from location 't'}}
312
- print(t); // expected-remark @:11 {{heap allocated ref of type '_ContiguousArrayStorage<Any>'}}
+ print(t); // expected-remark @:11 {{heap allocated ref of type}}
313
// expected-remark @-1:11 {{Memory copy of value with type 'T'}}
314
- // expected-remark @-2:12 {{release of type 'Builtin.BridgeObject'}}
+ // expected-remark @-2:12 {{release of type}}
315
}
316
317
0 commit comments