Skip to content

Commit bca6f9e

Browse files
authored
Merge pull request #83257 from eeckstein/fix-test2
tests: disable SILOptimizer/unsafebufferpointer.swift for 32-bit platforms
2 parents d6ebdc3 + 3aa2215 commit bca6f9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/unsafebufferpointer.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// This is an end-to-end test to ensure that the optimizer generates
66
// optimal code for UnsafeBufferPointer.
77

8+
// TODO: for some reason code generation for armv7 is not optimal in some cases
9+
// REQUIRES: PTRSIZE=64
10+
811
// CHECK-LABEL: define {{.*}}testIteration
912

1013
// Check if the code contains no traps at all.

0 commit comments

Comments
 (0)