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.
2 parents 4432453 + e28f590 commit 8252a56Copy full SHA for 8252a56
test/SILOptimizer/mem2reg_lifetime.sil
@@ -310,7 +310,6 @@ bb2:
310
311
// CHECK: bb3([[ARG:%.*]] : @owned $@callee_owned () -> Int):
312
bb3:
313
-// CHECK-NOT: load [[STACK]]
314
%13 = load [copy] %1 : $*@callee_owned () -> Int
315
// CHECK: [[COPY:%.*]] = copy_value [[ARG]]
316
// CHECK: [[RESULT:%.*]] = apply [[COPY]]
@@ -322,10 +321,8 @@ bb3:
322
321
// block.
323
// CHECK: bb4
324
bb4:
325
-// CHECK-NOT: destroy_addr [[STACK]]
326
// CHECK: destroy_value [[ARG]]
327
destroy_addr %1 : $*@callee_owned () -> Int
328
-// CHECK-NOT: dealloc_stack [[STACK]]
329
dealloc_stack %1 : $*@callee_owned () -> Int
330
return %15 : $Int
331
}
0 commit comments