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 d6ebdc3 + 3aa2215 commit bca6f9eCopy full SHA for bca6f9e
test/SILOptimizer/unsafebufferpointer.swift
@@ -5,6 +5,9 @@
5
// This is an end-to-end test to ensure that the optimizer generates
6
// optimal code for UnsafeBufferPointer.
7
8
+// TODO: for some reason code generation for armv7 is not optimal in some cases
9
+// REQUIRES: PTRSIZE=64
10
+
11
// CHECK-LABEL: define {{.*}}testIteration
12
13
// Check if the code contains no traps at all.
0 commit comments