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 d6ebdc3 commit 3aa2215Copy full SHA for 3aa2215
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