File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation-test/SILOptimizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: -Xllvm -sil-print-function='$s4main1CCACycfc' \
10
10
// RUN: 2>&1 | %FileCheck %s
11
11
12
- // REQUIRES: CPU=x86_64
12
+ // REQUIRES: PTRSIZE=64
13
13
14
14
// This test expects the stdlib to be in its properly optimized form.
15
15
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
30
30
// CHECK: [[BRIDGE_STORAGE:%[^,]+]] = struct $_BridgeStorage<__ContiguousArrayStorageBase> ([[BRIDGE_OBJECT]] :
31
31
// CHECK: [[ARRAY_BUFFER:%[^,]+]] = struct $_ArrayBuffer<(String, String)> ([[BRIDGE_STORAGE]] :
32
32
// CHECK: [[ARRAY:%[^,]+]] = struct $Array<(String, String)> ([[ARRAY_BUFFER]] :
33
- // CHECK: [[DICTIONARY_INIT:%[^,]+]] = function_ref @$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTg{{m?}}5
33
+ // CHECK: [[DICTIONARY_INIT:%[^,]+]] = function_ref @$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SST{{[t0-9]*}}g5
34
34
// CHECK-NEXT: strong_retain [[REF]] : $__EmptyArrayStorage
35
35
// CHECK-NEXT: apply [[DICTIONARY_INIT]]([[ARRAY]]
36
36
// CHECK-LABEL: } // end sil function '$s4main1CCACycfc'
You can’t perform that action at this time.
0 commit comments