tests: disable SILOptimizer/unsafebufferpointer.swift for 32-bit platforms

for some reason code generation for armv7 is not optimal in some cases
rdar://156449589
This commit is contained in:
Erik Eckstein
2025-07-23 10:41:25 +02:00
parent d6ebdc3a01
commit 3aa221554c

View File

@@ -5,6 +5,9 @@
// This is an end-to-end test to ensure that the optimizer generates
// optimal code for UnsafeBufferPointer.
// TODO: for some reason code generation for armv7 is not optimal in some cases
// REQUIRES: PTRSIZE=64
// CHECK-LABEL: define {{.*}}testIteration
// Check if the code contains no traps at all.