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 63d64fb commit 6d04632Copy full SHA for 6d04632
test/SILOptimizer/static_arrays.swift
@@ -5,6 +5,7 @@
5
// RUN: %target-build-swift -O -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test %s -o %t/a.out
6
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
7
// REQUIRES: executable_test,swift_stdlib_no_asserts,optimized_stdlib
8
+// REQUIRES: CPU=arm64 || CPU=x86_64
9
10
// Check if the optimizer is able to convert array literals to statically initialized arrays.
11
0 commit comments